Description Usage Arguments Value Examples
View source: R/arseq.mvg.plot.R
Identifying the most variable genes in the dataset
1 2 3 4 5 6 7 | arseq.mvg.plot(
mvg,
metadata,
intgroup = "arseq.group",
save.plot = FALSE,
save.dir = getwd()
)
|
mvg |
Expression matrix of the most variable genes identified using the function 'arseq.mvg' |
metadata |
A CSV file with information regarding the samples. |
intgroup |
interesting groups: a character vector of names in colData(x) to use for grouping. |
save.plot |
Logical. Argument to state if the plot needs to be saved in disk. Default: FALSE |
save.dir |
Location to save the plot when 'save.plot=TRUE'. Default: Working Directory. |
Heatmap of the most variable genes
1 2 | mvg <- arseq.mvg (example_dds)
mvg.plot <- arseq.mvg.plot (mvg[1:100,],metadata= example_meta,intgroup="treatment")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.