make_se_object | R Documentation |
Combine expression data, phenotype data, gene annotation and meta data into SummarizedExperiment object including checks on samples and genes.
make_se_object(pheno, meta.data.l = NULL, assays, anno = NULL)
pheno |
[data.frame] phenotype data |
meta.data.l |
[list] meta data (as extracted by
|
assays |
[list] matrices of gene expression data, e.g. raw and voom
transformed counts for RNAseq (as prepared by
|
anno |
[data.frame] gene annotation (e.g. gene identifier, chromosomal position, gene names) with genes in rows and information in columns |
[SummarizedExperiment object] as generated by
SummarizedExperiment
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.