View source: R/combine_objects.R
combine_objects | R Documentation |
Merge samples with common gene names from selected studies
combine_objects(object_list, experiment_name, update_genes = TRUE)
object_list |
A |
experiment_name |
A character/vector of character to choose
the name of the assay from the input |
update_genes |
Boolean. Indicate whether update the gene symbols using
|
A SummarizedExperiment object that contains combined data from the input.
geo <- c("GSE19435", "GSE19439")
data_list <- curatedTBData(c("GSE19435", "GSE19439"),
dry.run = FALSE, curated.only = TRUE)
combine_objects(data_list, experiment_name = "assay_curated")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.