Re: [Bioc-devel] makeTranscriptDbFrom... AnnotationHub

2014-07-08 Thread Hervé Pagès
://stat.ethz.ch/mailman/listinfo/bioc-devel -- Hervé Pagès Program in Computational Biology Division of Public Health Sciences Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N, M1-B514 P.O. Box 19024 Seattle, WA 98109-1024 E-mail: hpa...@fhcrc.org Phone: (206) 667-5791 Fax:(206

Re: [Bioc-devel] GIntervalTree objects are corrupted during save/load

2014-07-01 Thread Hervé Pagès
then it would make sense to use SEXP-based memory, or even better, to put a thin abstract layer between the algo itself and memory management so they are decoupled. Cheers, H. On Tue, Jul 1, 2014 at 9:05 AM, Hervé Pagès hpa...@fhcrc.org mailto:hpa...@fhcrc.org wrote: Hi Hector, Michael

Re: [Bioc-devel] Seqlengths not set in TxDb.Athaliana.BioMart.plantsmart19

2014-06-30 Thread Hervé Pagès
the sequence lengths when we re-generate it but this will only happen a few weeks before the BioC 3.0 release (and at that time it might become TxDb.Athaliana.BioMart.plantsmart22). Cheers, H. Vince -- Hervé Pagès Program in Computational Biology Division of Public Health Sciences Fred

Re: [Rd] Need help on calling Head from C

2014-06-27 Thread Hervé Pagès
merged into R at some point. Cheers, H. Radford Neal -- Hervé Pagès Program in Computational Biology Division of Public Health Sciences Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N, M1-B514 P.O. Box 19024 Seattle, WA 98109-1024 E-mail: hpa...@fhcrc.org Phone: (206) 667-5791

Re: [Rd] Need help on calling Head from C

2014-06-26 Thread Hervé Pagès
__ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Hervé Pagès Program in Computational Biology Division of Public Health Sciences Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N, M1-B514 P.O. Box 19024

Re: [Rd] using 2D array of SEXP for creating dataframe

2014-06-26 Thread Hervé Pagès
]] __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Hervé Pagès Program in Computational Biology Division of Public Health Sciences Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N, M1-B514 P.O. Box 19024 Seattle, WA

Re: [Rd] using 2D array of SEXP for creating dataframe

2014-06-26 Thread Hervé Pagès
,ScalarLogical(FALSE))); SET_TAG(CDDR(dfm), install(stringsAsFactors)) ; SEXP res = PROTECT(eval(dfm,R_GlobalEnv)); UNPROTECT(7); return res; } On Thu, Jun 26, 2014 at 3:49 PM, Hervé Pagès hpa...@fhcrc.org mailto:hpa...@fhcrc.org wrote: Hi, On 06/26/2014 02:32 PM, Sandip Nandi wrote

Re: [Rd] dget() much slower in recent R versions

2014-06-26 Thread Hervé Pagès
On 06/21/2014 12:56 AM, Prof Brian Ripley wrote: On 20/06/2014 15:37, Ista Zahn wrote: Hello, I've noticed that dget() is much slower in the current and devel R versions than in previous versions. In 2.15 reading a 1-row data.frame takes less than half a second: (which.r -

Re: [Rd] operation on ‘numsels’ may be undefined

2014-06-24 Thread Hervé Pagès
:42 PM, Hervé Pagès hpa...@fhcrc.org wrote: On 06/23/2014 03:18 PM, Hervé Pagès wrote: Hi Christian, On 06/23/2014 11:54 AM, cstrato wrote: Dear Romain, I do not know enough about compilers, but as far as I remember, they 'work' from right to left, Not necessarily. So you should not rely

Re: [Rd] operation on ‘numsels’ may be undefined

2014-06-23 Thread Hervé Pagès
__ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Hervé Pagès Program in Computational Biology Division of Public Health Sciences Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N, M1-B514 P.O. Box 19024 Seattle

Re: [Rd] operation on ‘numsels’ may be undefined

2014-06-23 Thread Hervé Pagès
On 06/23/2014 03:18 PM, Hervé Pagès wrote: Hi Christian, On 06/23/2014 11:54 AM, cstrato wrote: Dear Romain, I do not know enough about compilers, but as far as I remember, they 'work' from right to left, Not necessarily. So you should not rely on that. This is what the (somewhat obscure

Re: [Bioc-devel] mapping vector of gene ids to gene symbols

2014-06-18 Thread Hervé Pagès
[[alternative HTML version deleted]] ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel -- Hervé Pagès Program in Computational Biology Division of Public Health Sciences Fred Hutchinson Cancer Research Center

Re: [Bioc-devel] seqnames of SNPlocs.*

2014-06-18 Thread Hervé Pagès
for a while now. Won't happen before a couple of months. Cheers, H. On 06/17/2014 10:37 PM, Hervé Pagès wrote: Hi Peter, Yes, as Vince said, the chromosome names are those used by dbSNP. For whatever reason, dbSNP, which is part of NCBI, felt the need to use a different naming convention than the rest

Re: [Bioc-devel] OrganismDb: what about BSgenome?

2014-06-18 Thread Hervé Pagès
https://stat.ethz.ch/mailman/listinfo/bioc-devel -- Hervé Pagès Program in Computational Biology Division of Public Health Sciences Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N, M1-B514 P.O. Box 19024 Seattle, WA 98109-1024 E-mail: hpa...@fhcrc.org Phone: (206) 667-5791 Fax

Re: [Bioc-devel] viewMedians

2014-06-03 Thread Hervé Pagès
? Also, what about functions that are optimized for partitionings? Those would be easy to write and would let us greatly accelerate e.g. sum,CompressedIntegerList. Right now we rely on rowsum() which is fast but could be much faster. Michael On Mon, Jun 2, 2014 at 10:48 AM, Hervé Pagès hpa

Re: [Bioc-devel] viewMedians

2014-06-02 Thread Hervé Pagès
]] ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel -- Hervé Pagès Program in Computational Biology Division of Public Health Sciences Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N, M1-B514 P.O. Box

Re: [Rd] Style question

2014-05-30 Thread Hervé Pagès
than it needs to be when the need arises to reorganize/refactor parts of the infrastructure. Also, the ability to quickly grep the NAMESPACE files of all BioC packages to see who imports what is very convenient in this situation. Cheers, H. Hadley -- Hervé Pagès Program in Computational

Re: [Rd] Style question

2014-05-30 Thread Hervé Pagès
between packages, and gsubbing for pkga:foo to pkgb:foo isn't hard * it's not that much hard to grep for pkg::foo in R/* than it is to grep NAMESPACE Hadley -- Hervé Pagès Program in Computational Biology Division of Public Health Sciences Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N

Re: [Rd] Style question

2014-05-30 Thread Hervé Pagès
/ __ R-devel@r-project.org mailto:R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Gabriel Becker Graduate Student Statistics Department University of California, Davis -- Hervé Pagès Program in Computational Biology

Re: [Rd] Style question

2014-05-28 Thread Hervé Pagès
list https://stat.ethz.ch/mailman/listinfo/r-devel -- Hervé Pagès Program in Computational Biology Division of Public Health Sciences Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N, M1-B514 P.O. Box 19024 Seattle, WA 98109-1024 E-mail: hpa...@fhcrc.org Phone: (206) 667-5791 Fax

Re: [Bioc-devel] My == method breaks existing == method for signature c(Rle, vector')

2014-05-27 Thread Hervé Pagès
Hi Peter, On 05/26/2014 04:37 PM, Peter Hickey wrote: Thanks for the suggested work-around, Martin. In order to define the method on the group generic 'Ops' rather than '==' I will need to generalise .MTuples.compare to the 'Arith', 'Compare' and 'Logic' sub-groups listed in ?Ops, won't I?

Re: [Bioc-devel] nearest related methods for GRangesList friends?

2014-05-23 Thread Hervé Pagès
. Good. nearest() between a GRanges and a GRangesList is the easy one: togroup(subject, nearest(query, unlist(subject, use.names=FALSE))) Is this doing what you need? Cheers, H. -Ryan On Fri 23 May 2014 11:13:24 AM PDT, Hervé Pagès wrote: Hi Ryan, On 05/22/2014 03:38 PM, Ryan C. Thompson

Re: [Bioc-devel] GenomicRanges: Concatenation of GRanges with matrices in mcols

2014-05-20 Thread Hervé Pagès
) ## fails #+END_SRC Best wishes Julian ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel -- Hervé Pagès Program in Computational Biology Division of Public Health Sciences Fred Hutchinson Cancer Research Center

Re: [Bioc-devel] GenomicRanges: Concatenation of GRanges with matrices in mcols

2014-05-20 Thread Hervé Pagès
On 05/20/2014 12:49 PM, Hervé Pagès wrote: Hi Julian, At the root of the problem is what rbind() does on DataFrames containing matrices: m - matrix(1:4, nrow=2) df - DataFrame(m=I(m)) df2 - rbind(df, df) Then: df2 DataFrame with 8 rows and 1 column m matrix

[Bioc-devel] new 2bit BSgenome data packages

2014-05-13 Thread Hervé Pagès
know if you have questions or concerns about this. Thanks, H. -- Hervé Pagès Program in Computational Biology Division of Public Health Sciences Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N, M1-B514 P.O. Box 19024 Seattle, WA 98109-1024 E-mail: hpa...@fhcrc.org Phone: (206) 667

Re: [Bioc-devel] export() to 2bit file

2014-05-12 Thread Hervé Pagès
) is ever released. The memory leak is minor if the sequence passed via 'object' has no masks but can be important if there are masks and if the masks are made of hundreds of thousands of ranges. Thanks, H. On Fri, May 9, 2014 at 4:07 PM, Hervé Pagès hpa...@fhcrc.org mailto:hpa...@fhcrc.org

Re: [Bioc-devel] export() to 2bit file

2014-05-12 Thread Hervé Pagès
On 05/12/2014 12:23 PM, Michael Lawrence wrote: On Mon, May 12, 2014 at 11:41 AM, Hervé Pagès hpa...@fhcrc.org mailto:hpa...@fhcrc.org wrote: Hi Michael, On 05/09/2014 04:39 PM, Michael Lawrence wrote: What would be the fastest way to do this with a DNAString? Just

[Bioc-devel] export() to 2bit file

2014-05-09 Thread Hervé Pagès
? Thanks, H. -- Hervé Pagès Program in Computational Biology Division of Public Health Sciences Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N, M1-B514 P.O. Box 19024 Seattle, WA 98109-1024 E-mail: hpa...@fhcrc.org Phone: (206) 667-5791 Fax:(206) 667-1319

[Bioc-devel] deprecating GenomeData and GenomeDataList

2014-05-08 Thread Hervé Pagès
in using GenomeData/GenomeDataList over GRanges/GRangesList. Thanks, H. -- Hervé Pagès Program in Computational Biology Division of Public Health Sciences Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N, M1-B514 P.O. Box 19024 Seattle, WA 98109-1024 E-mail: hpa...@fhcrc.org Phone: (206

Re: [Bioc-devel] deprecating GenomeData and GenomeDataList

2014-05-08 Thread Hervé Pagès
, 2014 at 3:32 PM, Hervé Pagès hpa...@fhcrc.org mailto:hpa...@fhcrc.org wrote: Hi, I'd like to deprecate the GenomeData and GenomeDataList classes defined in the BSgenome package. If you've never heard about these containers, you can stop reading here. I was able to find only 2

Re: [Bioc-devel] names, mcols and metadata are not changed in [- operator of class Vector

2014-05-07 Thread Hervé Pagès
. metadata(ans) - metadata(x) names(ans) - names(x) mcols(ans) - mcols(x) ans } ) ### Kind regards, Sebastian ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel -- Hervé

Re: [Rd] precedence (was 'historical NA question')

2014-05-07 Thread Hervé Pagès
__ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Hervé Pagès Program in Computational Biology Division of Public Health Sciences Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N, M1-B514 P.O. Box 19024

Re: [Rd] precedence (was 'historical NA question')

2014-05-07 Thread Hervé Pagès
On 05/07/2014 12:52 PM, Simon Urbanek wrote: On May 7, 2014, at 3:37 PM, Hervé Pagès hpa...@fhcrc.org wrote: No big deal. These things can be tricky: https://stat.ethz.ch/pipermail/r-devel/2006-January/036022.html Sorry I couldn't resist ;-) Yeah, but that's just yet another trip down

Re: [Rd] precedence (was 'historical NA question')

2014-05-07 Thread Hervé Pagès
On 05/07/2014 02:01 PM, peter dalgaard wrote: On 07 May 2014, at 21:52 , Simon Urbanek simon.urba...@r-project.org wrote: On May 7, 2014, at 3:37 PM, Hervé Pagès hpa...@fhcrc.org wrote: No big deal. These things can be tricky: https://stat.ethz.ch/pipermail/r-devel/2006-January/036022.html

Re: [Rd] precedence (was 'historical NA question')

2014-05-07 Thread Hervé Pagès
On 05/07/2014 02:55 PM, Simon Urbanek wrote: On May 7, 2014, at 5:41 PM, Hervé Pagès hpa...@fhcrc.org wrote: On 05/07/2014 02:01 PM, peter dalgaard wrote: On 07 May 2014, at 21:52 , Simon Urbanek simon.urba...@r-project.org wrote: On May 7, 2014, at 3:37 PM, Hervé Pagès hpa...@fhcrc.org

Re: [Rd] precedence (was 'historical NA question')

2014-05-07 Thread Hervé Pagès
On 05/07/2014 02:45 PM, Simon Urbanek wrote: On May 7, 2014, at 5:17 PM, Hervé Pagès hpa...@fhcrc.org wrote: On 05/07/2014 12:52 PM, Simon Urbanek wrote: On May 7, 2014, at 3:37 PM, Hervé Pagès hpa...@fhcrc.org wrote: No big deal. These things can be tricky: https://stat.ethz.ch/pipermail

Re: [Rd] precedence (was 'historical NA question')

2014-05-07 Thread Hervé Pagès
On 05/07/2014 02:45 PM, Simon Urbanek wrote: On May 7, 2014, at 5:17 PM, Hervé Pagès hpa...@fhcrc.org wrote: On 05/07/2014 12:52 PM, Simon Urbanek wrote: On May 7, 2014, at 3:37 PM, Hervé Pagès hpa...@fhcrc.org wrote: No big deal. These things can be tricky: https://stat.ethz.ch

Re: [Rd] Historical NA question

2014-05-06 Thread Hervé Pagès
behind. Bill Dunlap TIBCO Software wdunlap tibco.com On Mon, May 5, 2014 at 10:35 PM, peter dalgaard pda...@gmail.com wrote: On 06 May 2014, at 01:05 , Hervé Pagès hpa...@fhcrc.org wrote: BTW, that %in% has precedence over arithmetic operations is surprising, error-prone, and doesn't cover any

Re: [Rd] Historical NA question

2014-05-06 Thread Hervé Pagès
- is.element(els,set) [1] -1 -1 So following your advice doesn't really help me leave my precedence problems behind. H. Bill Dunlap TIBCO Software wdunlap tibco.com On Tue, May 6, 2014 at 12:23 PM, Hervé Pagès hpa...@fhcrc.org wrote: On 05/06/2014 08:54 AM, William Dunlap wrote: You can also

Re: [Rd] Historical NA question

2014-05-06 Thread Hervé Pagès
. If you ... in the first place. A, but that's not what I did. So that doesn't help me. H. (I avoid creating %xxx% functions because the precedence is not often what I want.) Bill Dunlap TIBCO Software wdunlap tibco.com On Tue, May 6, 2014 at 1:06 PM, Hervé Pagès hpa...@fhcrc.org wrote

Re: [Rd] Historical NA question

2014-05-06 Thread Hervé Pagès
, Hervé Pagès hpa...@fhcrc.org wrote: On 05/06/2014 01:15 PM, William Dunlap wrote: In your example els%in%set gave the same result as is.element(els,set), but because of precedence issues putting a unary minus in front caused them to be given different inputs - one got -els and the other got just

Re: [Bioc-devel] [BioC] granges() method for GenomicRanges objects akin to ranges()...

2014-05-05 Thread Hervé Pagès
]] ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel -- Hervé Pagès Program in Computational Biology Division of Public Health Sciences Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N, M1-B514 P.O. Box 19024 Seattle

Re: [Bioc-devel] [BioC] granges() method for GenomicRanges objects akin to ranges()...

2014-05-05 Thread Hervé Pagès
. to work? hint: it does not -Original Message- From: bioc-devel-boun...@r-project.org [mailto:bioc-devel-boun...@r-project.org] On Behalf Of Hervé Pagès Sent: Monday, May 05, 2014 1:28 PM To: Kasper Daniel Hansen; Michael Lawrence Cc: Johnston, Jeffrey; ttri...@usc.edu; bioc-devel

Re: [Bioc-devel] [BioC] granges() method for GenomicRanges objects akin to ranges()...

2014-05-05 Thread Hervé Pagès
this. Cheers, H. to work? hint: it does not -Original Message- From: bioc-devel-boun...@r-project.org [mailto:bioc-devel-boun...@r-project.org] On Behalf Of Hervé Pagès Sent: Monday, May 05, 2014 1:28 PM To: Kasper Daniel Hansen; Michael Lawrence

Re: [Rd] Historical NA question

2014-05-05 Thread Hervé Pagès
-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Hervé Pagès Program in Computational Biology Division of Public Health Sciences Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N, M1-B514 P.O. Box 19024 Seattle, WA 98109-1024 E-mail: hpa...@fhcrc.org Phone: (206

Re: [Bioc-devel] Convertion of DataFrame with XStringSets to data.frame

2014-05-02 Thread Hervé Pagès
/listinfo/bioc-devel [[alternative HTML version deleted]] ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel -- Hervé Pagès Program in Computational Biology Division of Public Health Sciences Fred

Re: [Bioc-devel] rbind,DataFrame vs rbind.data.frame

2014-04-30 Thread Hervé Pagès
On Tue, Apr 29, 2014 at 11:24 PM, Hervé Pagès hpa...@fhcrc.org mailto:hpa...@fhcrc.org wrote: Hi Michael, I noticed this difference between DataFrame vs data.frame when doing rbind(): rbind(data.frame(aa=NA), data.frame(aa=1:2)) aa 1 NA 2 1 3

Re: [Rd] Name partially matched in data frame

2014-04-30 Thread Hervé Pagès
. Then you could choose to suppress this one. We might be able to do that with options(warning.expression), but I don't see how... Duncan Murdohc __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Hervé Pagès Program

Re: [Bioc-devel] 'memory not mapped' in trimLRpatterns

2014-04-25 Thread Hervé Pagès
://stat.ethz.ch/mailman/listinfo/bioc-devel -- Hervé Pagès Program in Computational Biology Division of Public Health Sciences Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N, M1-B514 P.O. Box 19024 Seattle, WA 98109-1024 E-mail: hpa...@fhcrc.org Phone: (206) 667-5791 Fax:(206

Re: [Bioc-devel] r+w permissions in release branches

2014-04-25 Thread Hervé Pagès
versioning http://bioconductor.org/developers/how-to/version-numbering/ and the Bioc-style approach to release that we as developers can act on to enhance reproducibility. What other best pract -- Hervé Pagès Program in Computational Biology Division of Public Health Sciences Fred Hutchinson

Re: [Bioc-devel] Fwd: Re: [devteam-bioc] suggestion about bioconductorpackage-- BSgenome.Hsapiens.NCBI.GRCh38

2014-04-20 Thread Hervé Pagès
/mailman/listinfo/devteam-bioc -- Hervé Pagès Program in Computational Biology Division of Public Health Sciences Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N, M1-B514 P.O. Box 19024 Seattle, WA 98109-1024 E-mail: hpa...@fhcrc.org Phone: (206) 667-5791 Fax:(206) 667-1319 %28206%29

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

2014-04-17 Thread Hervé Pagès
version deleted]] ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel -- Hervé Pagès Program in Computational Biology Division of Public Health Sciences Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N, M1

[Bioc-devel] S4Vectors package

2014-04-17 Thread Hervé Pagès
, some turbulences on the build report are to be expected. I'll keep a close eye on that and fix the packages affected by this split. Thanks, H. -- Hervé Pagès Program in Computational Biology Division of Public Health Sciences Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N, M1-B514

Re: [Bioc-devel] [devteam-bioc] suggestion about bioconductor package-- BSgenome.Hsapiens.NCBI.GRCh38

2014-04-16 Thread Hervé Pagès
devteam-bioc mailing list To unsubscribe from this mailing list send a blank email to devteam-bioc-le...@lists.fhcrc.org You can also unsubscribe or change your personal options at https://lists.fhcrc.org/mailman/listinfo/devteam-bioc -- Hervé

Re: [Bioc-devel] [devteam-bioc] suggestion about bioconductor package-- BSgenome.Hsapiens.NCBI.GRCh38

2014-04-16 Thread Hervé Pagès
. On Wed, Apr 16, 2014 at 12:59 PM, Hervé Pagès hpa...@fhcrc.org mailto:hpa...@fhcrc.org wrote: Hi Sean [hope you don't mind if I cc Bioc-devel] On 04/15/2014 11:47 PM, Maintainer wrote: Hi The Bioconductor Dev Team, A new package called BSgenome.Hsapiens.NCBI.GRCh38

Re: [Bioc-devel] seqlevelsStyle- doesn't work for GRanges object

2014-04-11 Thread Hervé Pagès
Genomics sbgenomics.com 625 Mt. Auburn St. Suite #208 Cambridge, MA 02138 (617) 866-0446 ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel -- Hervé Pagès Program in Computational Biology Division of Public

Re: [Bioc-devel] compare generics

2014-04-10 Thread Hervé Pagès
with BiocGenerics around, it's hard to avoid this kind of clash. H. Best wishes, Laurent ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel -- Hervé Pagès Program in Computational Biology Division

Re: [Bioc-devel] [[- method dispatch and GenomicRanges

2014-04-09 Thread Hervé Pagès
-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel -- Hervé Pagès Program in Computational Biology Division of Public Health Sciences Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N, M1-B514 P.O. Box 19024 Seattle, WA 98109-1024 E-mail: hpa...@fhcrc.org Phone: (206

Re: [Bioc-devel] rownames in SummerizedExperiments

2014-04-07 Thread Hervé Pagès
://stat.ethz.ch/mailman/listinfo/bioc-devel -- Hervé Pagès Program in Computational Biology Division of Public Health Sciences Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N, M1-B514 P.O. Box 19024 Seattle, WA 98109-1024 E-mail: hpa...@fhcrc.org Phone: (206) 667-5791 Fax:(206) 667-1319

Re: [Bioc-devel] Subsetting Lists by Lists

2014-04-04 Thread Hervé Pagès
Added in IRanges 1.21.41. H. On 04/01/2014 06:15 PM, Michael Lawrence wrote: I like phead/ptail. I was going to write them, so thanks for taking care of it! Michael On Tue, Apr 1, 2014 at 3:24 PM, Hervé Pagès hpa...@fhcrc.org mailto:hpa...@fhcrc.org wrote: On 04/01/2014 02:43 PM

Re: [Bioc-devel] preservation of names by translate,DNAStringSet

2014-04-03 Thread Hervé Pagès
]] ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel -- Hervé Pagès Program in Computational Biology Division of Public Health Sciences Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N, M1-B514 P.O. Box 19024 Seattle, WA

Re: [Bioc-devel] Subsetting Lists by Lists

2014-04-01 Thread Hervé Pagès
element, but I wanted the line above to do that. Michael [[alternative HTML version deleted]] ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel -- Hervé Pagès Program in Computational Biology Division

Re: [Bioc-devel] Subsetting Lists by Lists

2014-04-01 Thread Hervé Pagès
() (they're just fast equivalent to 'mapply(head, x, n)' and 'mapply(tail, x, n))', or...? Thanks, H. Michael On Tue, Apr 1, 2014 at 12:06 PM, Hervé Pagès hpa...@fhcrc.org mailto:hpa...@fhcrc.org wrote: On 04/01/2014 10:17 AM, Ryan wrote: That won't work if any vector has fewer than

Re: [Bioc-devel] Subsetting Lists by Lists

2014-04-01 Thread Hervé Pagès
https://stat.ethz.ch/mailman/listinfo/bioc-devel -- Hervé Pagès Program in Computational Biology Division of Public Health Sciences Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N, M1-B514 P.O. Box 19024 Seattle, WA 98109-1024 E-mail: hpa...@fhcrc.org Phone: (206) 667-5791 Fax

Re: [Bioc-devel] Subsetting Lists by Lists

2014-04-01 Thread Hervé Pagès
mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel -- Hervé Pagès Program in Computational Biology Division of Public Health Sciences Fred Hutchinson

Re: [Bioc-devel] Overflow in as(rlelist, IntegerList

2014-03-29 Thread Hervé Pagès
]] ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel [[alternative HTML version deleted]] ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel -- Hervé

Re: [Bioc-devel] [Rd] Conflicting definitions for function redefined as S4 generics

2014-03-27 Thread Hervé Pagès
by sealed=TRUE, but that did not work either. Any ideas are gratefully appreciated! Thanks a lot, Ulrich ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel -- Hervé

Re: [Bioc-devel] GenomicAlignments: using asMates=TRUE and yieldSize with paired-end BAM files

2014-03-27 Thread Hervé Pagès
-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel -- Hervé Pagès Program in Computational Biology Division of Public Health Sciences Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N, M1-B514 P.O. Box 19024 Seattle, WA 98109-1024 E-mail: hpa...@fhcrc.org Phone

Re: [Rd] [Bioc-devel] Conflicting definitions for function redefined as S4 generics

2014-03-27 Thread Hervé Pagès
by sealed=TRUE, but that did not work either. Any ideas are gratefully appreciated! Thanks a lot, Ulrich ___ bioc-de...@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel -- Hervé

Re: [Rd] [Bioc-devel] Conflicting definitions for function redefined as S4 generics

2014-03-26 Thread Hervé Pagès
-- Hervé Pagès Program in Computational Biology Division of Public Health Sciences Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N, M1-B514 P.O. Box 19024 Seattle, WA 98109-1024 E-mail: hpa...@fhcrc.org Phone: (206) 667-5791 Fax:(206) 667-1319

Re: [Rd] R-devel Digest, Vol 133, Issue 23

2014-03-26 Thread Hervé Pagès
we don't have to remember the family argument? This way lies madness... Radford Neal __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Hervé Pagès Program in Computational Biology Division of Public Health

Re: [Rd] A rep_each function

2014-03-23 Thread Hervé Pagès
beginners, I feel it ought to go in base R. Before I submit this as a feature request, I thought I'd check here to see if there was any enthusiasm. Does rep_len sound useful to you? -- Hervé Pagès Program in Computational Biology Division of Public Health Sciences Fred Hutchinson Cancer

Re: [Bioc-devel] restrictToSNV for VCF

2014-03-21 Thread Hervé Pagès
Hi Martin, On 03/21/2014 01:45 PM, Martin Morgan wrote: On 03/20/2014 05:20 PM, Hervé Pagès wrote: Hi, On 03/19/2014 01:10 PM, Michael Lawrence wrote: You can apparently use 1D extraction for VCF, which is a little surprising; I learned it from restrictToSNV. This is inherited from

Re: [Bioc-devel] restrictToSNV for VCF

2014-03-20 Thread Hervé Pagès
On 03/20/2014 05:20 PM, Hervé Pagès wrote: [...] Following that logic names(se1) also probably return colnames(se1). /\ should H. H. On Wed, Mar 19, 2014 at 1:07 PM, Vincent Carey st...@channing.harvard.eduwrote

Re: [Rd] [RFC] A case for freezing CRAN

2014-03-20 Thread Hervé Pagès
__ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Hervé Pagès Program in Computational Biology Division of Public Health Sciences Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N, M1-B514 P.O. Box 19024 Seattle

Re: [Rd] [RFC] A case for freezing CRAN

2014-03-20 Thread Hervé Pagès
On 03/20/2014 01:28 PM, Ted Byers wrote: On Thu, Mar 20, 2014 at 3:14 PM, Hervé Pagès hpa...@fhcrc.org mailto:hpa...@fhcrc.org wrote: On 03/20/2014 03:52 AM, Duncan Murdoch wrote: On 14-03-20 2:15 AM, Dan Tenenbaum wrote: - Original Message

Re: [Rd] [RFC] A case for freezing CRAN

2014-03-20 Thread Hervé Pagès
On 03/20/2014 03:29 PM, Uwe Ligges wrote: On 20.03.2014 23:23, Hervé Pagès wrote: On 03/20/2014 01:28 PM, Ted Byers wrote: On Thu, Mar 20, 2014 at 3:14 PM, Hervé Pagès hpa...@fhcrc.org mailto:hpa...@fhcrc.org wrote: On 03/20/2014 03:52 AM, Duncan Murdoch wrote: On 14-03-20 2

Re: [Rd] [RFC] A case for freezing CRAN

2014-03-19 Thread Hervé Pagès
-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Hervé Pagès Program in Computational Biology Division of Public Health Sciences Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N, M1-B514 P.O. Box 19024 Seattle, WA 98109-1024 E-mail: hpa...@fhcrc.org Phone: (206

Re: [Rd] [RFC] A case for freezing CRAN

2014-03-19 Thread Hervé Pagès
) if this problem was addressed upstream. H. Best, -- Joshua Ulrich | about.me/joshuaulrich FOSS Trading | www.fosstrading.com __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Hervé Pagès Program

Re: [Bioc-devel] file registry - feedback

2014-03-12 Thread Hervé Pagès
Hi Val, On 03/11/2014 08:57 PM, Valerie Obenchain wrote: Hi, On 03/11/14 15:33, Hervé Pagès wrote: On 03/11/2014 02:52 PM, Hervé Pagès wrote: On 03/11/2014 09:57 AM, Valerie Obenchain wrote: Hi Herve, On 03/10/2014 10:31 PM, Hervé Pagès wrote: Hi Val, I think it would help understand

Re: [Bioc-devel] file registry - feedback

2014-03-11 Thread Hervé Pagès
On 03/11/2014 02:52 PM, Hervé Pagès wrote: On 03/11/2014 09:57 AM, Valerie Obenchain wrote: Hi Herve, On 03/10/2014 10:31 PM, Hervé Pagès wrote: Hi Val, I think it would help understand the motivations behind this proposal if you could give an example of a method where the user cannot supply

Re: [Bioc-devel] file registry - feedback

2014-03-10 Thread Hervé Pagès
be by regex and package name. Still a work in progress. Valerie ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel -- Hervé Pagès Program in Computational Biology Division of Public Health Sciences Fred Hutchinson

Re: [Rd] Constructor/extractor.

2014-03-05 Thread Hervé Pagès
]] __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Hervé Pagès Program in Computational Biology Division of Public Health Sciences Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N, M1-B514 P.O. Box 19024 Seattle, WA

Re: [Bioc-devel] WISH: BioC URL shortcut to packages

2014-02-23 Thread Hervé Pagès
/listinfo/bioc-devel [[alternative HTML version deleted]] ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel -- Hervé Pagès Program in Computational Biology Division of Public Health Sciences Fred

Re: [Bioc-devel] cigarToRleList fails

2014-02-22 Thread Hervé Pagès
, ...) to find out what particular method was being called (I needed to see the code). Thanks, H. On 02/22/2014 05:59 AM, Michael Lawrence wrote: Translated it into a patch against R, submitted here: https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15680 On Fri, Feb 21, 2014 at 2:53 PM, Hervé Pagès

Re: [Bioc-devel] cigarToRleList fails

2014-02-22 Thread Hervé Pagès
‘c’ and signature ‘x = IRanges, recursive = logical’ Thanks again for working on this. H. Michael On Sat, Feb 22, 2014 at 12:26 PM, Hervé Pagès hpa...@fhcrc.org mailto:hpa...@fhcrc.org wrote: Thanks Michael. Do you think it would be sensible to offer a similar fix

Re: [Bioc-devel] cigarToRleList fails

2014-02-21 Thread Hervé Pagès
the examples below. If the function is not a generic (no S4 methods are defined for it), the help reverts to documentation on the function name. Thanks, H. On Fri, Feb 21, 2014 at 11:17 AM, Hervé Pagès hpa...@fhcrc.org mailto:hpa...@fhcrc.org wrote: Hi Gabriel, On 02/20/2014

Re: [Bioc-devel] cigarToRleList fails

2014-02-20 Thread Hervé Pagès
...) Cheers, H. coverage() is fast and beautiful. Thanks! /Jesper On Wed, Feb 19, 2014 at 9:21 PM, Hervé Pagès hpa...@fhcrc.org mailto:hpa...@fhcrc.org wrote: Hi Jesper, On 02/19/2014 08:44 AM, Michael Lawrence wrote: On Wed, Feb 19, 2014 at 8:39 AM, Jesper Gådin

Re: [Bioc-devel] cigarToRleList fails

2014-02-20 Thread Hervé Pagès
On 02/20/2014 02:55 PM, Martin Morgan wrote: On 02/20/2014 02:32 PM, Hervé Pagès wrote: Hi Jesper, On 02/20/2014 02:13 PM, Jesper Gådin wrote: Very true that it is quite difficult to find the documentation when one is not aware of its existence :P Yeah, this has been a source

Re: [Bioc-devel] cigarToRleList fails

2014-02-19 Thread Hervé Pagès
]] ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel -- Hervé Pagès Program in Computational Biology Division of Public Health Sciences Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N, M1-B514 P.O. Box 19024 Seattle, WA 98109-1024 E

[Rd] dispatch on c method when passing named arguments

2014-02-18 Thread Hervé Pagès
] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C attached base packages: [1] stats graphics grDevices utils datasets methods base -- Hervé Pagès Program in Computational Biology Division of Public Health Sciences Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N, M1-B514 P.O. Box 19024

Re: [Bioc-devel] coverage as IntegerList

2014-02-11 Thread Hervé Pagès
]] ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel [[alternative HTML version deleted]] ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel -- Hervé Pagès

Re: [Rd] package NAMESPACE question

2014-01-28 Thread Hervé Pagès
-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel [[alternative HTML version deleted]] __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Hervé Pagès Program in Computational

Re: [Rd] how to unbreak a circular package dependence (S4 class data)

2014-01-28 Thread Hervé Pagès
-- Hervé Pagès Program in Computational Biology Division of Public Health Sciences Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N, M1-B514 P.O. Box 19024 Seattle, WA 98109-1024 E-mail: hpa...@fhcrc.org Phone: (206) 667-5791 Fax:(206) 667-1319

Re: [Bioc-devel] seq*apply deprecation

2014-01-22 Thread Hervé Pagès
]] ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel -- Hervé Pagès Program in Computational Biology Division of Public Health Sciences Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N, M1-B514 P.O. Box 19024 Seattle, WA 98109-1024 E

[Bioc-devel] svn repository for data experiment packages now having branches too

2014-01-22 Thread Hervé Pagès
, an odd y in devel, with y bump (and z reset to 0) at each new release. Feedback welcome. Please let me know if you have questions or concerns about this. Cheers, H. -- Hervé Pagès Program in Computational Biology Division of Public Health Sciences Fred Hutchinson Cancer Research Center 1100

Re: [Bioc-devel] seq*apply deprecation

2014-01-22 Thread Hervé Pagès
On 01/22/2014 03:02 PM, Michael Lawrence wrote: On Wed, Jan 22, 2014 at 1:29 PM, Hervé Pagès hpa...@fhcrc.org mailto:hpa...@fhcrc.org wrote: Hi Michael, On 01/12/2014 05:16 AM, Michael Lawrence wrote: Hi, It may be time to deprecate the seq*apply family

Re: [Bioc-devel] seq*apply deprecation

2014-01-22 Thread Hervé Pagès
On 01/22/2014 08:15 PM, Michael Lawrence wrote: Sounds good. But who is she? we would, she should, she would, we should... that's it! we should... that's what I meant :-b H. On Wed, Jan 22, 2014 at 3:48 PM, Hervé Pagès hpa...@fhcrc.org mailto:hpa...@fhcrc.org wrote: On 01/22/2014 03

Re: [Bioc-devel] ordering GenomicRanges without regard for strand

2014-01-16 Thread Hervé Pagès
] On Behalf Of Hervé Pagès Sent: Tuesday, 17 December 2013 8:27 p.m. To: Kasper Daniel Hansen Cc: Michael Lawrence; bioc-devel@r-project.org Subject: Re: [Bioc-devel] ordering GenomicRanges without regard for strand OK. Let's go for unstrand() too. Will add this in the next few days. H. On 12/12

[Rd] ordering of raw vectors

2014-01-03 Thread Hervé Pagès
. -- Hervé Pagès Program in Computational Biology Division of Public Health Sciences Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N, M1-B514 P.O. Box 19024 Seattle, WA 98109-1024 E-mail: hpa...@fhcrc.org Phone: (206) 667-5791 Fax:(206) 667-1319

<    5   6   7   8   9   10   11   12   13   >