Description Usage Arguments Details Value Author(s) Examples
Produce boxplot, MA plot, scatter plot, correlation, S/N detection concordance, CV, and t test, ANOVA test if subgroup is more than 2
1 | doPlotEset(eset, group, name = "", snThresh = 3, test = TRUE, ...)
|
eset |
an |
group |
name of the group from experiment design file |
name |
a name for use in output files for record purpose |
snThresh |
threshold of S/N considered detectable, default = 3 |
test |
whether t or ANOVA test should be performed |
... |
Additional arguments, currently not implemented |
The t test and fold change is performed with function
fctPlot
. See additional information with fctPlot
. ANOVA
is performed with doANOVA
.
If there are more than 2 subgroup in group
, t test and fold
change will be performed for each pair of subgroup and one way ANOVA
will be performed. If subgroup is 2, ANOVA will not be performed.
None. A number of plots and t or ANOVA test result file will be produced.
Y Andrew Sun
1 2 3 | #-doPlotEset(eset, "sampleGroup")
#-doPlotEset(eset, "sampleGroup", name = "perfect")
#-doPlotEset(eset, "sampleGroup", test = FALSE) ##- t test will be not performed
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.