Description Usage Arguments Value See Also
The volcano plot is a combination of fold change and t-tests.
Note, for unpaired samples, the x-axis is log (FC).
For paired analysis, the x-axis is number of significant counts.
Y-axis is -log10(p.value) for both cases.
Writes an output file "volcano.csv"
1 2 3 | Volcano.Anal(dataSet, analSet, paired = FALSE, fcthresh = 2, cmpType = 0,
percent.thresh = 0.75, nonpar = FALSE, thresh = 0.05,
var.equal = TRUE)
|
dataSet |
List, data set object generated by |
analSet |
List, containing the results of statistical analysis (can be just an empty list). |
paired |
Are values in data set paired or not. |
fcthresh |
Fold-change threshold. |
cmpType |
Comparison type. If equal |
percent.thresh |
Sig. count threshold (for paired data). |
nonpar |
If |
thresh |
Threshold of significance. |
var.equal |
Are variances assumed equal or not. |
Native analSet with one added $volcano element consisting of:
$raw.threshx - value of fcthresh argument
$raw.threshy - value of thresh argument
$paired - -log10(thresh)
$max.xthresh - upper log-threshold of fold change
$min.xthresh - lower log-threshold of fold change
$thresh.y - -log10(thresh)
$fc.all - fold changes of all features
$fc.log - log of fold changes
$fc.log.uniq - java-object
$inx.up - logical vector of increasing features
$inx.down - logical vector of decreasing features
$p.log - -log10(p.value)
$inx.p - logical vector of features with p <= thresh
$sig.mat - data frame of significant features
PlotVolcano for plotting functions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.