Re: [Bioc-devel] exptData(SummarizedExperiment)

2015-05-11 Thread Hervé Pagès
Hi Michael, On 05/11/2015 05:35 PM, Michael Lawrence wrote: Splitting stuff into different packages is good for modularity, but tough on the mind of the user. What about having some sort of "meta" package that simply loads the core infrastructure packages? Named something simple like "Genomics"

Re: [Bioc-devel] Should flowCore be importing checkAtAssignment from methods?

2015-05-11 Thread Michael Lawrence
Yea, good point, it should probably do that in the methods namespace. Still, flowCore should probably just import(methods) for the sake of simplicity. On Mon, May 11, 2015 at 8:31 PM, Martin Morgan wrote: > On 05/11/2015 05:37 PM, Michael Lawrence wrote: > >> All S4-based packages should probabl

Re: [Bioc-devel] exptData(SummarizedExperiment)

2015-05-11 Thread Tim Triche, Jr.
I'll write a patch... I'd have to anyway :-) --t > On May 11, 2015, at 5:10 PM, Hervé Pagès wrote: > > Hi Tim, > > The SummarizedExperiment class is being replaced with the > RangedSummarizedExperiment class from the new SummarizedExperiment > package. This is a work-in-progress and the name a

Re: [Bioc-devel] Should flowCore be importing checkAtAssignment from methods?

2015-05-11 Thread Martin Morgan
On 05/11/2015 05:37 PM, Michael Lawrence wrote: All S4-based packages should probably have methods in Depends and imported in NAMESPACE. On Mon, May 11, 2015 at 4:29 PM, Josef Spidlen wrote: Hi guys, I just noticed the following: Contents of my file x.R: library("flowCore") x <- read.FCS('te

Re: [Bioc-devel] Should flowCore be importing checkAtAssignment from methods?

2015-05-11 Thread Michael Lawrence
All S4-based packages should probably have methods in Depends and imported in NAMESPACE. On Mon, May 11, 2015 at 4:29 PM, Josef Spidlen wrote: > Hi guys, > I just noticed the following: > > Contents of my file x.R: > library("flowCore") > x <- read.FCS('test.fcs') > > Then running the following

Re: [Bioc-devel] exptData(SummarizedExperiment)

2015-05-11 Thread Michael Lawrence
Splitting stuff into different packages is good for modularity, but tough on the mind of the user. What about having some sort of "meta" package that simply loads the core infrastructure packages? Named something simple like "Genomics" or "GenomicsCore". On Mon, May 11, 2015 at 5:10 PM, Hervé Pagè

Re: [Bioc-devel] exptData(SummarizedExperiment)

2015-05-11 Thread Hervé Pagès
Hi Tim, The SummarizedExperiment class is being replaced with the RangedSummarizedExperiment class from the new SummarizedExperiment package. This is a work-in-progress and the name and internal representation of the RangedSummarizedExperiment class are not finalized yet. The main goal for now is

[Bioc-devel] exptData(SummarizedExperiment)

2015-05-11 Thread Tim Triche, Jr.
who determined that breaking this would be a good idea?!? R> ?SummarizedExperiment Help on topic 'SummarizedExperiment' was found in the following packages: Package Library GenomicRanges /home/tim/R/x86_64-pc-linux-gnu-library/3.2 SummarizedExperiment

[Bioc-devel] Should flowCore be importing checkAtAssignment from methods?

2015-05-11 Thread Josef Spidlen
Hi guys, I just noticed the following: Contents of my file x.R: library("flowCore") x <- read.FCS('test.fcs') Then running the following from a command line: Rscript 'x.R' Outputs: Error in object@description[["ORIGINALGUID"]] <- object@description[["GUID"]] : could not find function "checkAtA