Description Usage Arguments Value Author(s) Examples
Set or get the acceptable fields to use for all Panel instances related to differential expression, including VolcanoPlot and MAPlot. These functions are now deprecated.
1 2 3 4 5 6 7 8 9 10 11 |
value |
Character vector of acceptable fields (usually in the |
.getAcceptablePValueFields will return a character vector of acceptable names for p-value fields.
.getAcceptableLogFCFields will return a character vector of acceptable names for log-FC fields.
.getAcceptableAveAbFields will return a character vector of acceptable names for average abundance fields.
The setter functions will define the set of acceptable fields and return NULL invisibly.
Aaron Lun
1 2 3 4 5 6 7 8 | old <- .getAcceptablePValueFields()
old
.setAcceptablePValueFields("YAY")
.getAcceptablePValueFields()
# Restoring.
.setAcceptablePValueFields(old)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.