Description Usage Arguments Value Examples
Transform gene expression matrix into a Summarized Experiment object
1 | make_exp_se(exp, genome = c("hg38", "hg19"), verbose = FALSE)
|
exp |
Gene expression matrix with gene expression counts, row as ENSG gene IDS and column as samples |
genome |
Human genome of reference: hg38 or hg19 |
verbose |
A logical argument indicating if messages output should be provided. |
A summarized Experiment object
1 2 | gene.exp.chr21.log2 <- get(data("gene.exp.chr21.log2"))
gene.exp.chr21.log2.se <- make_exp_se(gene.exp.chr21.log2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.