Read a full expression matrix.
Usage
tidy_gene_expression(return_df = FALSE)
Arguments
- return_df
Boolean parameter to return the dataframe, default is FALSE (i.e writing results to file).
Details
Read a full expression matrix and subset to samples in GAMBL that have metadata (remove duplicates with consistent preferences).
The user can also specify if they want the data frame returned into their R session, or if the data frame should be written to file (default).
Examples
if (FALSE) { # \dontrun{
#return data frame with gene expression to R
gene_expression = tidy_gene_expression(return_df = TRUE)
} # }