Description Usage Arguments Value Examples
View source: R/profile_explore.R
Extract and plot the expression profile of genes
1 | geneprofiler(se, genelist = NULL, intgroup = "condition", plotZ = FALSE)
|
se |
A |
genelist |
An array of characters, including the names of the genes of interest of which the profile is to be plotted |
intgroup |
A factor, needs to be in the |
plotZ |
Logical, whether to plot the scaled expression values. Defaults to
|
A plot of the expression profile for the genes
1 2 3 4 | dds <- makeExampleDESeqDataSet_multifac(betaSD_condition = 3, betaSD_tissue = 1)
rlt <- DESeq2::rlogTransformation(dds)
geneprofiler(rlt, paste0("gene", sample(1:1000, 20)))
geneprofiler(rlt, paste0("gene", sample(1:1000, 20)), plotZ = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.