Description Usage Arguments Author(s) See Also Examples
Graphical display of featureData (ex: fragment size) versus two-color signal intensity data
1 | plotFeature(x, y, ...)
|
x |
matrix of numerical data to be plotted, with two columns (one for each signal channel). |
y |
an additional vector of numerical data to be used for feature. If |
... |
Arguments to be passed to methods (see
|
Reid F. Thompson (rthompso@aecom.yu.edu)
1 2 3 4 5 6 7 8 9 10 11 | #demo(pipeline,package="HELP")
msp1 <- sample(8000:16000/1000, size=1000)
msp1 <- msp1[order(msp1)]
hpa2 <- sample(8000:16000/1000, size=1000)
hpa2 <- hpa2[order(hpa2)]
size <- sample((1:1000)*1.8+200, size=1000)
rand <- which.min(abs(msp1-quantile(msp1, 0.25)))
plotFeature(cbind(msp1, hpa2), size, which.random=(rand-20):(rand+20), main="Random")
#rm(msp1, hpa2, size, rand)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.