View source: R/analysisDeseq.R
mvdeseq | R Documentation |
DESeq2 Analysis
mvdeseq(
dataset = NULL,
factor = NULL,
rank = NULL,
compareAll = F,
dataset_name = NULL
)
dataset |
MicroVis dataset. Defaults to the active dataset |
factor |
Factor along which to perform analysis. Defaults to active factor |
rank |
Rank at which to select features to analyze. Defaults to active rank |
compareAll |
Perform pairwise comparisons between all groups or just between a reference group and all other groups? Defaults to FALSE (compares a reference group to all other groups) |
dataset_name |
(Not recommended) Name of the dataset to save results to. This should not need to be used by users since the function can determine the name of the dataset directly passed to it, but not when it is called within another function. |
Deseq analysis results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.