dup.plot | R Documentation |
The function plots detected deviants/CNVs from functions sig.snps
,
cnv
and dupGet
on a median ratio (MedRatio) Vs. proportion of
heterozygote (PropHet) plot.
dup.plot(ds, ...)
ds |
a data frame of detected deviants/cnvs (outputs of functions above) |
... |
other graphical parameters to be passed to the function
|
Returns no value, only plots proportion of heterozygotes vs allele median ratio separated by duplication status
Piyal Karunarathne
## Not run: data(alleleINF)
DD<-dupGet(alleleINF,plot=FALSE)
dup.plot(DD)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.