R/dim-methods.R

## + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ##
## dim-methods
## + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ##

setMethod("dim","cRanges",function(x)  dim(x@dt))
setMethod("dim","gapSites",function(x) dim(x@dt))


## + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ##
## END OF FILE
## + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ##

Try the spliceSites package in your browser

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

spliceSites documentation built on May 6, 2019, 3:05 a.m.