R/plot.cnv.R

Defines functions plot.cnv

Documented in plot.cnv

plot.cnv <-
function (x, ...)
{
    if (is.null(attr(x, "meanRatio")))
        plot.cnv.probabilities(x, ...)
    else plot.cnv.intensities(x, ...)
    invisible()
}

Try the CNVassoc package in your browser

Any scripts or data that you put into this service are public.

CNVassoc documentation built on May 30, 2017, 12:50 a.m.