[Bioc-devel] showMethods
On 09/18/2012 07:18 AM, Kasper Daniel Hansen wrote:
Kind of a embarrasing question. How do I see all methods defined for a given class? I always thought I should use showMethods(class = "SummarizedExperiment") but the output is clearly broken somehow with many things like
It helps to specify where the methods you're interested in come from (although this partly defeats the purpose) showMethods(class="SummarizedExperiment", where="package:GenomicRanges") This would seem to be a bug in R and could be reported to R-devel
Function "yieldSize": <not an S4 generic function> I have known about this for a long time, but I never figured out the cause. What is people doing for this? Update: It seems that this may be caused by methods in imported packages, for example yieldSize is a method defined in Rsamtools. When I explicitely do library(Rsamtools) I don't get yieldSize in the output of showMethods(class = "SummarizedExperiment") Kasper
_______________________________________________ Bioc-devel at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel
Computational Biology / Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N. PO Box 19024 Seattle, WA 98109 Location: Arnold Building M1 B861 Phone: (206) 667-2793