search for: lumibatch

Displaying 2 results from an estimated 2 matches for "lumibatch".

2012 Aug 05
2
setMethod sometimes fails to set package slot when signature has trailing 'ANY'
...ontext for this is the thread starting at https://stat.ethz.ch/pipermail/bioconductor/2012-August/047241.html where a complicated package dependency and attempt to redefine an existing method leads to Error : package slot missing from signature for generic 'sampleNames<-' and classes LumiBatch, ANY cannot use with duplicate class names (the package may need to be re-installed) Martin -- 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
2013 May 08
1
Namespace/inheritance problem in S4 methods for a union class
...ore general: https://stat.ethz.ch/pipermail/bioc-devel/2013-May/004311.html See reproducible example from Martin below. Thank you. Renaud ---------- Forwarded message ---------- From: Martin Morgan <mtmorgan at fhcrc.org> Date: 7 May 2013 19:55 Subject: Re: [Bioc-devel] ExpressionSet and LumiBatch: inheritance problem in S4 methods for union class To: Renaud Gaujoux <renaud at mancala.cbio.uct.ac.za> Cc: bioc-devel at r-project.org, dupan.mail at gmail.com I can replicate this with a simpler example, where PkgA has setClass("A", representation(x="numeric")) wit...