Description Usage Arguments Author(s) See Also Examples
plotDifferences
generate plots to investigate the results
of getDifferences
1 2 3 4 5 6 7 8 9 | plotDifferences(
object,
plotWindows = c(1e+05, 1e+06),
textsize = 20,
diffThresh = 0.01,
controls = NULL,
txdb = NULL,
conditionAB = NULL
)
|
object |
A |
plotWindows |
Window sizes around the viewpoint for which plots are generated. |
textsize |
Adjust text size. |
diffThresh |
Threshold on adjusted p-values calculated in the differential test. |
controls |
Auxiliary |
txdb |
Auxiliary |
conditionAB |
Condition A and B, for which the comparison is plotted. |
Felix A. Klein, felix.klein@embl.de
1 2 3 4 5 6 |
data(fcf, package="FourCSeq")
fcf <- getDifferences(fcf, referenceCondition="WE_68h")
plotDifferences(fcf)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.