Description Usage Arguments Value Note Author(s) See Also Examples
Plot polymorphic regions based on coordinates set by users.
1 | plotPolymorphicRegion(Object, ...)
|
Object |
An object of class CNVrd2 |
... |
Optional arguments. |
putativeBoundary |
Putative boundaries of polymorphic regions based on quantile values. |
Users can choose various quantile values and adjust different thresholds to obtain polymorphic regions.
Hoang Tan Nguyen, Tony R Merriman and MA Black. hoangtannguyenvn@gmail.com
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | ## Not run:
plotPolymorphicRegion(Object = objectCNVrd2, polymorphicRegionObject = fcgr3PolymorphicRegion,
xlim = c(161300000, 161800000), drawThresholds = TRUE,
thresholdForPolymorphicRegions = c(0.75, 0.25))
##Change thresholds
plotPolymorphicRegion(Object = objectCNVrd2, polymorphicRegionObject = fcgr3PolymorphicRegion,
xlim = c(161300000, 161800000), drawThresholds = TRUE,
thresholdForPolymorphicRegions = c(0.9, 0.1))
##Plot standard deviation
plotPolymorphicRegion(Object = objectCNVrd2, polymorphicRegionObject = fcgr3PolymorphicRegion,
xlim = c(161300000, 161800000), typePlot = "SD",
thresholdForPolymorphicRegions = c(0.75, 0.25))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.