dup.plot {rCNV} | R Documentation |
Plot classified SNPs into deviants/CNVs and non-deviants/non-CNVs
Description
The function plots detected deviants/CNVs from functions sig.snps
,
cnv
and dupGet
on a median ratio (MedRatio) Vs. proportion of
heterozygote (PropHet) plot.
Usage
dup.plot(ds, ...)
Arguments
ds |
a data frame of detected deviants/cnvs (outputs of functions above) |
... |
other graphical parameters to be passed to the function
|
Value
Returns no value, only plots proportion of heterozygotes vs allele median ratio separated by duplication status
Author(s)
Piyal Karunarathne
Examples
## Not run: data(alleleINF)
DD<-dupGet(alleleINF,plot=FALSE)
dup.plot(DD)
## End(Not run)
[Package rCNV version 1.2.0 Index]