Description Usage Arguments Value References See Also Examples
Plot of the filter ratios R_T and R_I as proposed by Straube et al 2014.
1 2 3 |
x |
an object of class |
colorBy |
|
fcCutoff |
an optional |
propMissingCutoff |
an optional |
... |
ignored |
plot showing filter ratios R_T and R_I as proposed by Straube et al. 2014. Filter ratios can either be colored by proportion of missing values or maximum fold change.
Straube J., Gorse D., Huang B.E., Le Cao K.-A.(2014). A linear mixed model spline framework for analyzing time course 'omics' data Submitted
1 2 3 4 5 6 7 8 | ## Not run:
data(kidneySimTimeGroup)
G1 <- kidneySimTimeGroup$group=="G1"
noiseTest <-investNoise(data=kidneySimTimeGroup$data[G1,],time=kidneySimTimeGroup$time[G1],
sampleID=kidneySimTimeGroup$sampleID[G1])
plot(noiseTest,colorBy="fc")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.