Description Usage Arguments Examples
View source: R/BuildVolcanoData.R
Create The Mutation Plot
1 2 3 4 5 6 7 8 | BuildVolcanoData(
volcanoClass,
SigName = "padj",
FCName = "log2foldchange",
pThres = 0.05,
fcThres = 2,
geneName = FALSE
)
|
volcanoClass |
object of class VolcanoClass |
SigName |
Name of the column with pvalues in (default: padj) |
FCName |
Name of the logFC column (default: log2foldchange) |
pThres |
p threshold (default: 0.05) |
1 | BuildVolcanoData(volcanoClass, SigName="padj",FCName="log2foldchange", pThres=0.05, fcThres=2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.