Description Usage Arguments Value Author(s) See Also
A plot showing error bars for genes of interest.
1 2 3 4 5 6 7 8 9 | plotWhiskers(
eset
, comparisons=c(1,2)
, sortMethod = c("logRatio", "PPLR")
, numGenes=50
, xlim
, main = "PUMA Whiskers plot"
, highlightedGenes=NULL
)
|
eset |
An object of class |
comparisons |
A 2-element integer vector specifying the columns of data to be compared. |
sortMethod |
The method used to sort the genes. "logRatio" is fold change. PPLR is Probability of Positive Log Ratio (as determined by the |
numGenes |
Integer. Number of probesets to plot. |
xlim |
The x limits of the plot. See |
main |
A main title for the plot. See |
highlightedGenes |
Row numbers of probesets to highlight with an asterisk. |
This function has no return value. The output is the plot created.
Richard D. Pearson
Related method pumaDE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.