Skip to content
Prev 6730 / 21307 Next

[Bioc-devel] recalling methods

On 12/04/2014 09:56 AM, Michael Love wrote:
showMethods(classes="GRanges", where=search())

But this doesn't get 'narrow()' out of the box because it is inheritted (from 
GenomicRanges) and has not yet been invoked (so you'd be able to discover it if 
you'd used it...)

   cl = c("GRanges", names(getClass("GRanges")@contains))
   showMethods(classes=cl, where=search())

Yep, that's convenient.

Martin