s4Methods: List all defined methods for an S4 class (or classes, if you...

Description Usage Arguments Details Value Examples

View source: R/s4Methods.R

Description

Mostly for debugging and making architectural choices, e.g. about coverage()

Usage

1

Arguments

...

name[s] of class[es] (please note, results will be union'ed)

Details

Note: this is borrowed from Hadley, who borrowed it from a BioC workshop!

Value

methods for the class[es], union'ed into a character vector

Examples

1
2
s4Methods("MVRangesList")
s4Methods("MAlignmentsList")

MTseeker documentation built on Oct. 31, 2019, 3:20 a.m.