R/show-methods.R

## + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ##
## Show methods
## + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ##

setMethod("show","cRanges",function(object)     {head(object)})
setMethod("show","gapSites",function(object)    {head(object)})
setMethod("show","dnaGapSites",function(object) {head(object)})
setMethod("show","aaGapSites",function(object)  {head(object)})


## + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ##
## 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.