Re: [Bioc-devel] metadata() in BiocGenerics?

2014-04-17 Thread Vincent Carey
On Thu, Apr 17, 2014 at 2:37 AM, Hervé Pagès wrote: > Hi Vince, > > > On 04/10/2014 08:16 AM, Vincent Carey wrote: > >> seems like something we should use more routinely, and it was not >> straightforward for me to find it in IRanges >> > > I could do that but... > > Good object design would be

Re: [Bioc-devel] metadata() in BiocGenerics?

2014-04-17 Thread Michael Lawrence
Annotated is an implementation of metadata(); it would be nice to keep interface separate from implementation, if the interface is general enough, and it might be in this case. On Wed, Apr 16, 2014 at 11:37 PM, Hervé Pagès wrote: > Hi Vince, > > > On 04/10/2014 08:16 AM, Vincent Carey wrote: >

[Bioc-devel] BiocUpgrades updates to devel instead of stable

2014-04-17 Thread Julian Gehring
Hi, When I run source("http://bioconductor.org/biocLite.R";) biocLite("BiocUpgrade") on a stable R-3.1.0 with bioc 2.14 already installed, bioc wants to upgrade to bioc 3.0 (devel): Bioconductor version 2.14 (BiocInstaller 1.14.1), ?biocLite for help Upgrade all packages to Bioconductor

Re: [Bioc-devel] BiocUpgrades updates to devel instead of stable

2014-04-17 Thread Steve Lianoglou
HI, On Thu, Apr 17, 2014 at 7:09 AM, Julian Gehring wrote: > Hi, > > When I run > > source("http://bioconductor.org/biocLite.R";) > biocLite("BiocUpgrade") > > on a stable R-3.1.0 with bioc 2.14 already installed, bioc wants to > upgrade to bioc 3.0 (devel): > > Bioconductor version 2.14 (B

[Bioc-devel] S4Vectors package

2014-04-17 Thread Hervé Pagès
Hi, The IRanges package is too big and hard to maintain (90 classes, 157 generics, 844 methods, 447 ordinary functions). I'm going to start moving its lowest level stuff to a new package called S4Vectors. The idea is to end up with 2 smaller and more focused packages that should be easier to ma

Re: [Bioc-devel] Apparent error in illuminaHumanv4.db

2014-04-17 Thread Taku Tokuyasu
Hi Jim, Thank you very much for the detailed response, that's very helpful. And apologies for the delayed response on my part. Cheers, _Taku On Thu, Mar 27, 2014 at 6:38 AM, James W. MacDonald wrote: > Hi Taku, > > This 'error' is not due to anything in the illuminahumanv4.db package. All

[Bioc-devel] strange spam from biocbuild

2014-04-17 Thread Marc Carlson
Hi, I just wanted to apologize for some spam that was sent by a process I was testing. If you have received any strange spam from biocbu...@fhcrc.org this is an accident and you can ignore or delete it. Marc ___ Bioc-devel@r-project.org mailing l

Re: [Bioc-devel] Dependency on windowing systems in the flowCore package

2014-04-17 Thread Mike
I am in the processing of deprecating 'curv2Filter', 'curv1Filter' and 'norm2filter' in 'flowCore' and make these three filters available in 'flowStats'. Here is what I am trying to do: 1. add warning message in 'flowCore' through '.Deprecate()' 2. copy the S4 classes and methods and constructors