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
## + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ##
wokai/spliceSites documentation built on May 4, 2019, 9:46 a.m.