R/exportAsRangedData.R

#####RANGED DATA#####
exportAsRangedData <- function (x, y, correction=TRUE)
{
        .Deprecated("exportAsGRanges")
        as(exportAsGRanges(x, y, correction=correction), "RangedData")
}

Try the MotIV package in your browser

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

MotIV documentation built on April 28, 2020, 6:51 p.m.