Re: [Rd] inconsistency in treatment of USE.NAMES argument

2016-02-18 Thread Hervé Pagès
/ignore/taxonclass2.R:157 /testthat/R/utils.r:13 /textreuse/R/TextReuseCorpus.R:137 /textreuse/R/minhash.R:46 /textreuse/R/similarity.R:111 /tidyr/R/id.R:17 On Tue, Feb 9, 2016 at 3:37 AM, Martin Maechler <maech...@stat.math.ethz.ch> wrote: Hervé Pagès <hpa...@fredhutch.org> on Mon, 8

Re: [Bioc-devel] Strand-Awareness for Restrict Function

2016-02-18 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é Pagès Program in Computational Biology Division

Re: [Bioc-devel] Efficient Random Sampling of Positions in GRanges

2016-02-18 Thread Hervé Pagès
f Sydney Camperdown NSW 2050 Australia ___ 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 190

Re: [Bioc-devel] Efficient Random Sampling of Positions in GRanges

2016-02-16 Thread Hervé Pagès
lia ___ 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.

Re: [Bioc-devel] Strand-Awareness for Restrict Function

2016-02-16 Thread Hervé Pagès
niversity of Sydney Camperdown NSW 2050 Australia ___ 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,

Re: [Bioc-devel] dimnames of multidimensional assays in SummarizedExperiment

2016-02-15 Thread Hervé Pagès
her than subsetting break as well in this case). # No error y <- makeSE(5) y # Error y[1, ] Perhaps there should be a check in the constructor that all assay elements have < 5 dimensions? Cheers, Pete ___ Bioc-devel@r-project.org mailing list http

[Rd] inconsistency in treatment of USE.NAMES argument

2016-02-08 Thread Hervé Pagès
;a", B=1:2), USE.NAMES=FALSE) [1] FALSE TRUE If the behavior of sapply() cannot be changed, at least the man page could clarify what happens when 'USE.NAMES' is FALSE, which is different for each function. Thanks, H. -- Hervé Pagès Program in Computational Biology Division of Public Health S

Re: [Bioc-devel] Warnings on moscato2 SinglePackage Builder

2016-02-03 Thread Hervé Pagès
unlist' Is this a problem with moscato2? I don’t get this if I build locally… best Thomas [[alternative HTML version deleted]] ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel -- Hervé Pagès P

Re: [Bioc-devel] TIMEOUTs on Morelia

2016-02-01 Thread Hervé Pagès
rg> on behalf of Michael Love <michaelisaiahl...@gmail.com> Sent: Monday, February 1, 2016 3:35 PM To: Dan Tenenbaum Cc: bioc-devel; Hervé Pagès Subject: Re: [Bioc-devel] TIMEOUTs on Morelia I was able to construct a minimal example where it seems the bug originates from Summariz

Re: [Bioc-devel] Use of Matrix inside SummarizedExperiment

2016-01-25 Thread Hervé Pagès
ny matrix-like object as long as the resulting SummarizedExperiment object is valid. These 2 changes are in SummarizedExperiment 1.1.17. Thanks for the suggestions, H. Cheers, Pete ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/

Re: [Bioc-devel] C library or C package API for regular expressions

2016-01-25 Thread Hervé Pagès
ived this message in error, please notify the sender immediately by e-mail and delete this email message from your computer. Thank you. _______ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel -- Hervé Pagès Program in Computational Biology Di

Re: [Bioc-devel] seqlevelsStyle() warning-message by message-warning, and NCBI/Ensembl seq styles

2016-01-25 Thread Hervé Pagès
at now if you have a UCSC-style GRanges object like this one: gr <- GRanges(c("chr1", "chr2"), IRanges(c(10, 20), c(30, 40))) seqlevelsStyle(gr) [1] "UCSC" that you want to use with the BSgenome object, the following simple operation will not work anymore: seq

Re: [Bioc-devel] GenomicFeatures::extractTranscriptSeqs setMethod suggestion

2016-01-19 Thread Hervé Pagès
ch I’m not aware of. Thanks for help or any alternative solutions! jo _______ 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 H

Re: [Bioc-devel] IRanges - PartitioningByEnd not found when package method runs.

2016-01-14 Thread Hervé Pagès
On 01/13/2016 07:28 PM, Hervé Pagès wrote: Hi Ben, Martin, On 01/13/2016 08:19 AM, Morgan, Martin wrote: [...] So this is a bug in S4Vectors, but fixed in Bioc-devel where new package development should be occurring. I'll leave it to Herve or others to decide whether S4Vectors in release

[Rd] subscripting a table changed behavior in R devel

2016-01-13 Thread Hervé Pagès
This breaks some Bioconductor packages that are calling as.data.frame() on the result of this subscripting (as.data.frame.table and as.data.frame.matrix behave very differently). Could this change be mentioned in the NEWS file? Thanks, H. -- Hervé Pagès Program in Computational Biology Division of

Re: [Bioc-devel] IRanges - PartitioningByEnd not found when package method runs.

2016-01-13 Thread Hervé Pagès
pient(s), you are hereby notified that any disclosure, copying, distribution, or use of this email message is prohibited. If you have received this message in error, please notify the sender immediately by e-mail and delete this email message from your computer. Thank you. _____

Re: [Bioc-devel] Known Genes replaced by GENCODE genes at UCSC

2016-01-11 Thread Hervé Pagès
Gene to have an easy starting point for the analysis of human data. cheers, robert. ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel [[alternative HTML version deleted]]

Re: [Bioc-devel] Known Genes replaced by GENCODE genes at UCSC

2016-01-11 Thread Hervé Pagès
ince human gene annotations are at the core of many BioC pipelines, i'd like to suggest for the forthcoming release cycles, that the BioC core team packages Gencode annotations anchored at Entrez IDs, at least what is called the "basic set", similarly to what is done with TxDb.Hsapie

Re: [Bioc-devel] Problem with seqnames of TwoBitFile from AnnotationHub

2016-01-09 Thread Hervé Pagès
TwoBitFile. Martin From: Bioc-devel [bioc-devel-boun...@r-project.org] on behalf of Rainer Johannes [johannes.rai...@eurac.edu] Sent: Saturday, January 09, 2016 11:01 AM To: Hervé Pagès Cc: Michael Lawrence; Martin Morgan Subject: Re: [Bioc-devel] Problem with seqnames of TwoBitFile

Re: [Bioc-devel] Problem with seqnames of TwoBitFile from AnnotationHub

2016-01-08 Thread Hervé Pagès
;-,TwoBitFile for that particular use case. Just wanted to mention that the ability to rename the sequences in a TwoBitFile, FastaFile, or other file-based object that supports seqinfo() would be useful in general. H. On Fri, Jan 8, 2016 at 11:04 AM, Hervé Pagès <hpa...@fredhutch.org> wro

Re: [Bioc-devel] Problem with seqnames of TwoBitFile from AnnotationHub

2016-01-08 Thread Hervé Pagès
__ Bioc-devel@r-project.org 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 ___ Bioc-devel@r-

Re: [Bioc-devel] mcols<-() behaviour inheriting from Vector vs GRanges

2016-01-04 Thread Hervé Pagès
ry(GenomicRanges) gr = GRanges("chr", IRanges(1, 5)) mcols(gr) = data.frame(name="range1") [[alternative HTML version deleted]] _______ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel

Re: [Bioc-devel] mcols<-() behaviour inheriting from Vector vs GRanges

2016-01-04 Thread Hervé Pagès
This is fixed in S4Vectors release (0.8.6) and devel (0.9.16). Cheers, H. On 01/04/2016 11:52 AM, Hervé Pagès wrote: Hi Malcolm, Thanks for reporting this. Will fix. H. On 01/04/2016 10:53 AM, Malcolm Perry wrote: Hello, A recent question on the support site ( https

Re: [Bioc-devel] summarizeOverlaps provide a non existing algorithm argument to findOverlaps

2015-12-25 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 1

Re: [Bioc-devel] [Rd] For integer vectors, `as(x, "numeric")` has no effect.

2015-12-25 Thread Hervé Pagès
quot;)) [1] FALSE Here's the surprising behavior: x <- 1L xx <- as(x, "numeric") class(xx) ## [1] "integer" It occurs because the call to `as(x, "numeric")` dispatches the coerce S4 method for the signature `c("integer", "numeric")`, whose bo

Re: [Rd] [Bioc-devel] For integer vectors, `as(x, "numeric")` has no effect.

2015-12-25 Thread Hervé Pagès
quot;)) [1] FALSE Here's the surprising behavior: x <- 1L xx <- as(x, "numeric") class(xx) ## [1] "integer" It occurs because the call to `as(x, "numeric")` dispatches the coerce S4 method for the signature `c("integer", "numeric")`, whose bo

Re: [Bioc-devel] seqlevelsStyle on alternate chromosomes

2015-12-17 Thread Hervé Pagès
to map GRCh38 seqlevels to hg38 seqlevels. H. Michael ___ 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 Ca

Re: [Bioc-devel] what is SummarizedExperiment a Vector of?

2015-12-15 Thread Hervé Pagès
On 12/15/2015 03:13 PM, Michael Lawrence wrote: On Tue, Dec 15, 2015 at 2:15 PM, Hervé Pagès <hpa...@fredhutch.org> wrote: SummarizedExperiment has long been supporting unidimensional subsetting which was subsetting by row. However the length of any SE object was always considered to be 1

Re: [Bioc-devel] what is SummarizedExperiment a Vector of?

2015-12-15 Thread Hervé Pagès
istinfo/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 Hutchinson Cancer Research Center 1100 Fairvie

Re: [Bioc-devel] Error in NSBS

2015-12-11 Thread Hervé Pagès
-5011 http://icbi.georgetown.edu/ --- On Fri, Dec 11, 2015 at 3:38 PM, Hervé Pagès <hpa...@fredhutch.org <mailto:hpa...@fredhutch.org>> wrote: Hi Krithika, NSBS() is the internal helper defined in the S4Vectors package tha

Re: [Bioc-devel] Error in NSBS

2015-12-11 Thread Hervé Pagès
yaml2.1.13 2014-06-12 CRAN (R 3.2.0) zlibbioc1.16.0 2015-10-14 Bioconductor Thanks, --Krithika [[alternative HTML version deleted]] ___ Bioc-devel@r-project.org mailing list htt

Re: [Bioc-devel] error when combining objects inheriting from GRangesList

2015-12-04 Thread Hervé Pagès
TIFICATION=C attached base packages: [1] stats4parallel stats graphics grDevices utils datasets [8] methods base other attached packages: [1] GenomicRanges_1.22.1 GenomeInfoDb_1.6.1 IRanges_2.4.4 [4] S4Vectors_0.8.3 BiocGenerics_0.16.1 loaded via a namespace (and not attached): [1] zlibbio

Re: [Bioc-devel] Is there a way to change the name of R package that is already published on bioconductor?

2015-12-02 Thread Hervé Pagès
l message from your computer. Thank you. ___ 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

Re: [Bioc-devel] namespace GenomicRanges

2015-12-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 19024 Seattle, WA 98109

Re: [Bioc-devel] systemPipeR error - Error in NSBS(i, x, exact = exact, upperBoundIsStrict = !allow.append) :

2015-12-01 Thread Hervé Pagès
Hi Malcolm, On 12/01/2015 12:29 PM, Cook, Malcolm wrote: -Original Message- > From: Bioc-devel [mailto:bioc-devel-boun...@r-project.org] On Behalf Of > Hervé Pagès > Sent: Monday, October 26, 2015 12:39 PM > To: Thomas Girke <thomas.gi...@ucr.edu>; Aror

Re: [Bioc-devel] ncdf deprecation

2015-12-01 Thread Hervé Pagès
. thanks, Stephanie ___ 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 190

Re: [Bioc-devel] Behavior of select function in AnnotationDbi

2015-11-20 Thread Hervé Pagès
On 11/20/2015 03:21 PM, Hervé Pagès wrote: Hi Jim, I think we should choose the biomaRt model, that is, duplicated are allowed but silently ignored. Note that this is also the SQL model. When you do SELECT * FROM ... WHERE key IN c('key1', 'key2

Re: [Bioc-devel] Behavior of select function in AnnotationDbi

2015-11-20 Thread Hervé Pagès
dups were removed? 2. If the answer to #1 is yes, then to be consistent, I will just commit the patch I have made to both devel and release. Best, Jim -- Hervé Pagès Program in Computational Biology Division of Public Health Sciences Fred Hutchinson Cancer Research Center

Re: [Bioc-devel] A bioconductor package archive?

2015-11-18 Thread Hervé Pagès
ntist Bioinformatics and Computational Biology Genentech Research [[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 Biolog

Re: [Bioc-devel] Unexpected behaviour with Assays and Vector classes

2015-11-18 Thread Hervé Pagès
Developers, On 11/16/2015 11:39 PM, Hervé Pagès wrote: Hi Aaron, On 11/16/2015 09:39 AM, Hervé Pagès wrote: [...] Anyway, you convinced me that we should not try to follow too closely the names model for how we treat metadata columns. If nobody objects, I'll change the behavior

Re: [Bioc-devel] Unexpected behaviour with Assays and Vector classes

2015-11-16 Thread Hervé Pagès
cts, I'll change the behavior of the various "replaceROWS" methods in the S4Vectors stack and make sure that they all transfer the metadata columns from 'value' to 'x'. Cheers, H. Cheers, Aaron Hervé Pagès wrote: Hi Aaron, On 11/15/2015 10:59 AM, Aaron Lun wrote: Hello all,

Re: [Bioc-devel] Is there a way to change the name of R package that is already published on bioconductor?

2015-11-16 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: [Bioc-devel] Unexpected behaviour with Assays and Vector classes

2015-11-16 Thread Hervé Pagès
Hi Aaron, On 11/16/2015 09:39 AM, Hervé Pagès wrote: Hi Aaron, On 11/15/2015 12:37 PM, Aaron Lun wrote: Hi Herve, I would have expected GRanges behaviour, where the metadata is affected by the replacement. For example, with GRanges objects, I often use the metadata to store statistics

Re: [Bioc-devel] Access check.log file after error

2015-11-11 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...@fredhutch.org Phone: (206) 667-57

[Rd] inconsistency between order() and sort()

2015-11-05 Thread Hervé Pagès
behavior between order() and sort(). The problem is that order() and sort() use a different default for the 'na.last' argument (TRUE and NA, respectively). Is there any reason for that? Any chance this could be revisited? Thanks, H. -- Hervé Pagès Program in Computational Biology Division of Public Health

Re: [Bioc-devel] is.unsorted method for GRanges objects

2015-11-02 Thread Hervé Pagès
the time. I was thinking it might be possible to make this quite fast by looping over the GRanges object at the C-level and breaking out of the loop if gr[i+1] <= gr[i] or gr[i+1] < gr[i], as appropriate. Does this sound reasonable? Cheers, Pete On 3 November 2015 at 14:06, Michael Law

Re: [Bioc-devel] systemPipeR error - Error in NSBS(i, x, exact = exact, upperBoundIsStrict = !allow.append) :

2015-10-26 Thread Hervé Pagès
ailing 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...@fredh

Re: [Bioc-devel] VariantAnnotation::VRanges() & defunct ifelse method for Rle objects in devel IRanges

2015-10-21 Thread Hervé Pagès
does (thru the default method for normalizeSingleBracketReplacementValue). Thanks, H. Michael On Wed, Oct 21, 2015 at 11:14 AM, Hervé Pagès <hpa...@fredhutch.org <mailto:hpa...@fredhutch.org>> wrote: Hi Michael, On 10/21/2015 07:09 AM, Michael Lawrence wrote: News t

Re: [Bioc-devel] VariantAnnotation::VRanges() & defunct ifelse method for Rle objects in devel IRanges

2015-10-21 Thread Hervé Pagès
.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 Program in Computational Biology Division of Public Health

Re: [Bioc-devel] BiocGenerics attach when GenomicFeatures imported

2015-10-20 Thread Hervé Pagès
None of the reasons you listed as causing an implicit attach seems to apply here. Thanks, Marcin On Mon, Oct 19, 2015 at 5:56 PM, Hervé Pagès <hpa...@fredhutch.org <mailto:hpa...@fredhutch.org>> wrote: Hi Marcin, On 10/19/2015 05:11 AM, Marcin Cieślik wrote: Dea

Re: [Bioc-devel] readGAlignmentPairs with discordant strand

2015-10-19 Thread Hervé Pagès
check in for discordant pairs in readGAlignmentPairs, but not in GAlignmentPairs itself; could be mistaken though... Martin From: Michael Lawrence [lawrence.mich...@gene.com <mailto:lawrence.mich...@gene.com>] Sent: Saturday, October 17, 2015 9:

Re: [Bioc-devel] BiocGenerics attach when GenomicFeatures imported

2015-10-19 Thread Hervé Pagès
om ‘package:parallel’: [[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 H

Re: [Bioc-devel] BioC 3.2 branch created

2015-10-16 Thread Hervé Pagès
ed]] ___ Bioc-devel@r-project.org 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é P

Re: [Bioc-devel] BioC 3.2 branch created

2015-10-16 Thread Hervé Pagès
On 10/16/2015 10:52 AM, Dan Tenenbaum wrote: - Original Message - From: "Hervé Pagès" <hpa...@fredhutch.org> To: "Dan Tenenbaum" <dtene...@fredhutch.org>, "Levi Waldron" <levi.wald...@hunter.cuny.edu> Cc: "bioc-devel" <bioc

Re: [Bioc-devel] readGAlignmentPairs with discordant strand

2015-10-16 Thread Hervé Pagès
strand of the location is unknown, or irrelevant, or when the "feature" at that location belongs to both strands. A pair with discordant strand belongs to both strands. Also there is a lot of code around that assumes strand() never returns NAs. H. On Fri, Oct 16, 2015 at 9:15 AM, Hervé

Re: [Bioc-devel] Adding a lengths() method to List class

2015-10-16 Thread Hervé Pagès
is clearly a misnomer and a source of confusion. H. On Wed, Sep 30, 2015 at 9:37 PM, Hervé Pagès <hpa...@fredhutch.org <mailto:hpa...@fredhutch.org>> wrote: On 09/30/2015 05:28 PM, Michael Lawrence wrote: It wasn't a conscious choice, but it would slow things down a

Re: [Bioc-devel] SV4Vectors installation problem

2015-10-16 Thread Hervé Pagès
iling 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 Program in Computational Biology Divisio

Re: [Bioc-devel] readGAlignmentPairs with discordant strand

2015-10-16 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-mail: hpa...@fre

Re: [Bioc-devel] Circular dependencies and vignette building

2015-10-06 Thread Hervé Pagès
do not necessarily represent the views of the Babraham Institute. Full conditions at: www.babraham.ac.uk<http://www.babraham.ac.uk/terms> ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel -- Hervé Pagès Progr

Re: [Bioc-devel] zzz.R in GenoView

2015-10-05 Thread Hervé Pagès
to the build system is too big to make it 1 week before a release. H. Dan - Original Message - From: "Hervé Pagès" <hpa...@fredhutch.org> To: "Dan Tenenbaum" <dtene...@fredhutch.org> Cc: "bioc-devel" <bioc-devel@r-project.org> Sent: Monda

Re: [Bioc-devel] Adding a lengths() method to List class

2015-09-30 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-B51

Re: [Bioc-devel] Adding a lengths() method to List class

2015-09-30 Thread Hervé Pagès
ling 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

[Rd] making object.size() more meaningful on environments?

2015-09-29 Thread Hervé Pagès
t(a=runif(2500), L=LETTERS)) object.size(env3) # 56 bytes This makes it pretty useless on reference class instances and other objects that use environments internally for caching or other purposes. What about changing this and make it return something more meaningful? Cheers, H. -- He

Re: [Bioc-devel] S4 classes extending GRangesList

2015-09-29 Thread Hervé Pagès
Hi Hervé, This still looks broken in the current bioc-devel. Just wanted to follow up in case it got missed. Thanks again. Leonard On Thu, Jun 11, 2015 at 11:59 AM, Leonard Goldstein <golds...@gene.com> wrote: Thanks Hervé. Best wishes, Leonard On Thu, Jun 11, 2015 at 10:58 AM,

Re: [Rd] making object.size() more meaningful on environments?

2015-09-29 Thread Hervé Pagès
On 09/29/2015 03:18 PM, Hervé Pagès wrote: Hi Gabe, On 09/29/2015 02:51 PM, Gabriel Becker wrote: Herve, The problem then would be that for A a refClass whose fields take up N bytes (in the sense that you mean), if we do B <- A A and B would look like the BOTH take up N bytes, for a to

Re: [Rd] making object.size() more meaningful on environments?

2015-09-29 Thread Hervé Pagès
ust a collection of pointers to stuff that is shared thru the global CHARSXP cache and AFAIK object.size() takes this stuff into account. H. ~G On Tue, Sep 29, 2015 at 2:42 PM, Hervé Pagès <hpa...@fredhutch.org <mailto:hpa...@fredhutch.org>> wrote: Hi, Currently object.size() is

Re: [Bioc-devel] Txdb Issues - all exon names are NA's ?

2015-09-22 Thread Hervé Pagès
let the user choose which column to return at the moment so that's why it was decided (a long time ago) to return exon internal ids *and* names (better more than less). H. Marc On Tue, Sep 22, 2015 at 5:29 PM, Hervé Pagès <hpa...@fredhutch.org <mailto:hpa...@fredhutch.org>> wro

Re: [Bioc-devel] Txdb Issues - all exon names are NA's ?

2015-09-22 Thread Hervé Pagès
13] RCurl_1.95-4.7 biomaRt_2.25.3 [15] RSQLite_1.0.0 Biostrings_2.37.8 [17] Rsamtools_1.21.17 XML_3.98-1.3 -- Hervé Pagès Program in Computational Biology Division of Public Health Sciences Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N, M1-B514 P

Re: [Bioc-devel] (crazy) copy-on-modification bug in GenomicFeatures

2015-09-22 Thread Hervé Pagès
rtunately this won't happen for BioC 3.2... H. so here the modification of txdb gets carried through to the original object. Best, Kasper [[alternative HTML version deleted]] ___ Bioc-devel@r-project.org mailing list https://stat.ethz

Re: [Rd] segfault with readDCF on R 3.1.2 on AIX 6.1 when using install.packages

2015-09-21 Thread Hervé Pagès
On 09/21/2015 02:48 PM, Duncan Murdoch wrote: On 21/09/2015 4:50 PM, Hervé Pagès wrote: Hi,at Note that one significant change to read.dcf() that happened since R 3.0.2 is the addition of support for arbitrary long lines (commit 63281), which never worked: dcf <- paste(c("aa

Re: [Bioc-devel] Proper way of documenting a BiocGenerics generics with extended prototypes

2015-09-21 Thread Hervé Pagès
On 09/21/2015 10:39 AM, Hervé Pagès wrote: On 09/21/2015 02:06 AM, Christian Arnold wrote: Hi Jim, Kasper, and Hervé, thanks a lot for the quick answer. For some reason, I was under the impression that I have to use exactly the original prototype from the generics, but I didn't fully realize

Re: [Rd] segfault with readDCF on R 3.1.2 on AIX 6.1 when using install.packages

2015-09-21 Thread Hervé Pagès
R 2.15.3, I do not see the error. Would be great to get this resolved. Thank you for your help. -- Vinh __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel ______ R-devel@r-project.org mailing list https://st

Re: [Rd] segfault with readDCF on R 3.1.2 on AIX 6.1 when using install.packages

2015-09-21 Thread Hervé Pagès
On 09/21/2015 01:50 PM, Hervé Pagès wrote: Hi, Note that one significant change to read.dcf() that happened since R 3.0.2 is the addition of support for arbitrary long lines (commit 63281), which never worked: dcf <- paste(c("aa: ", rep(letters, length.out=1000

Re: [Bioc-devel] Proper way of documenting a BiocGenerics generics with extended prototypes

2015-09-21 Thread Hervé Pagès
uot; counts function, but I thought if a generics already exists, I should use it because this is exactly what my function does also... Thanks, Christian -- Hervé Pagès Program in Computational Biology Division of Public Health Sciences Fred Hutchinson Cancer Research Center 1100 Fairvi

Re: [Bioc-devel] as.character method for GenomicRanges?

2015-09-15 Thread Hervé Pagès
and whenever there is at least one range with +/-. Michael On Mon, Apr 27, 2015 at 2:23 PM, Hervé Pagès <hpa...@fredhutch.org <mailto:hpa...@fredhutch.org>> wrote: > On 04/27/2015 02:15 PM, Michael Lawrence wrote: > >> It would be nice to ha

Re: [Bioc-devel] Trouble installing S4Vectors?

2015-08-27 Thread Hervé Pagès
] Error 1 ERROR: compilation failed for package ‘S4Vectors’ Did I miss something? Thanks, Charles [[alternative HTML version deleted]] ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel -- Hervé Pagès

Re: [Rd] sprintf error: only 100 arguments allowed

2015-08-26 Thread Hervé Pagès
, target='V102', weight = 'weight', tag = NULL, hard_parse = F) system('head -3 ../out.vw') [[alternative HTML version deleted]] __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Hervé Pagès

Re: [Rd] sprintf error: only 100 arguments allowed

2015-08-24 Thread Hervé Pagès
) system('head -3 ../out.vw') [[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 Biology Division of Public Health Sciences Fred

Re: [Bioc-devel] help with imports for new package and other questions

2015-08-17 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

Re: [Bioc-devel] Missed change in S4Vectors

2015-08-11 Thread Hervé Pagès
for the addressee. You must not disclose, forward, print or use it without the permission of the sender. __ -- Hervé Pagès Program in Computational Biology Division of Public Health Sciences Fred

Re: [Bioc-devel] Missed change in S4Vectors

2015-08-10 Thread Hervé Pagès
Hi Peter, Starting with S4Vectors 0.7.12, labeledLine() belongs to S4Vectors so using the triple colon should not be necessary (and doing so will actually trigger a note from R CMD check). Can you provide more details on why you need this? Thanks, H. On 08/09/2015 09:16 PM, Peter Hickey

Re: [Bioc-devel] Removed packages and package landing pages

2015-08-06 Thread Hervé Pagès
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

Re: [Bioc-devel] Hunting for the subset generic definition?

2015-07-29 Thread Hervé Pagès
Done in BiocGenerics 0.15.4. H. On 07/29/2015 11:00 AM, Hervé Pagès wrote: Hi Steve, On 07/29/2015 10:40 AM, Steve Lianoglou wrote: Hi folks, I'm looking to define a `subset` method on an S4 class of mine, but can't find where to import the generic from. That's because subset

Re: [Bioc-devel] Hunting for the subset generic definition?

2015-07-29 Thread Hervé Pagès
/cleaner if we make subset() an explicit generic by adding setGeneric(subset) to BiocGenerics. Which I'm going to do right now. Then you'll be able to import the subset() generic from BiocGenerics. Cheers, H. Can anyone provide a pointer? Thanks, -steve -- Hervé Pagès Program in Computational

Re: [Bioc-devel] testing class and length of function args

2015-07-23 Thread Hervé Pagès
message. maybe this exists already -Mike ___ 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

Re: [Bioc-devel] SNPlocs.Hsapiens.dbSNP142.GRCh37

2015-07-02 Thread Hervé Pagès
with GRCh37 annotations. Is there a trick to transform a 'SNPlocs' object, such as 'SNPlocs.Hsapiens.dbSNP142.GRCh37', into an 'XtraSNPlocs'? Ne remets jamais à demain... :p Cheers, Fred Frederic Commo Bioinformatics, U981 Gustave Roussy De : Hervé Pagès [hpa

Re: [Bioc-devel] SNPlocs.Hsapiens.dbSNP142.GRCh37

2015-07-01 Thread Hervé Pagès
Gustave Roussy [[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

Re: [Rd] Why doesn't R have a float data type?

2015-06-30 Thread Hervé Pagès
compatibility conflicts. But I wanted to know why R has never had a float data type available? Regards, Charles [[alternative HTML version deleted]] __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel -- Hervé Pagès

Re: [Bioc-devel] SummarizedExperiment initialisation and manipulation question.

2015-06-29 Thread Hervé Pagès
Done in SummarizedExperiment 0.3.2. Thanks for the feedback, H. On 06/29/2015 10:26 PM, Hervé Pagès wrote: Hi Nico, It seems reasonable indeed to support rowRanges- on SummarizedExperiment0. It might be a little bit surprising for the user that the setter changes the class of the object

Re: [Bioc-devel] SummarizedExperiment initialisation and manipulation question.

2015-06-29 Thread Hervé Pagès
: nicolas.delho...@umu.se SLU - Umeå universitet Umeå S-901 87 Sweden --- ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel -- Hervé Pagès Program

Re: [Bioc-devel] Challenges with package installation on fresh R

2015-06-25 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

Re: [Bioc-devel] RangedSummarizedExperiment

2015-06-18 Thread Hervé Pagès
in the internal representation of class A always break serialized A and B objects, no matter what). Cheers, H. Thanks again, E. -- 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] RangedSummarizedExperiment

2015-06-18 Thread Hervé Pagès
PM, Hervé Pagès hpa...@fredhutch.org mailto:hpa...@fredhutch.org wrote: Elena, On 06/18/2015 10:48 AM, Elena Grassi wrote: Hi Hervé, thanks for your kind answer - refactoring is always good, I've lagged behind in the last months not following

Re: [Rd] Improving string concatenation

2015-06-18 Thread Hervé Pagès
://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...@fredhutch.org Phone: (206) 667-5791 Fax:(206) 667-1319

Re: [Bioc-devel] RangedSummarizedExperiment

2015-06-18 Thread Hervé Pagès
was great and RSE is already better in some respects. But with a clear roadmap and more input, I bet it (and a tight clean definition of what it is and isn't supposed to do) would be better-er. (Steps off soapbox) --t On Jun 18, 2015, at 10:25 AM, Hervé Pagès hpa...@fredhutch.org wrote: Hi

Re: [Bioc-devel] making txdb, and propagating metadata from AnnotationHub to GenomicFeatures

2015-06-17 Thread Hervé Pagès
interactiveDisplayBase_1.7.0 [31] httpuv_1.3.2 stringi_0.4-1 [33] RCurl_1.95-4.6 crayon_1.3.0 ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel -- Hervé Pagès Program

Re: [Rd] Improving string concatenation

2015-06-17 Thread Hervé Pagès
://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...@fredhutch.org Phone: (206) 667-5791 Fax:(206) 667

Re: [Rd] Add-on argument in sample()

2015-06-17 Thread Hervé Pagès
/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...@fredhutch.org Phone: (206) 667-5791 Fax:(206) 667-1319

Re: [Rd] Improving string concatenation

2015-06-16 Thread Hervé Pagès
://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...@fredhutch.org Phone: (206) 667-5791 Fax:(206

Re: [Bioc-devel] S4 classes extending GRangesList

2015-06-11 Thread Hervé Pagès
] S4Vectors_0.7.4 BiocGenerics_0.15.2 loaded via a namespace (and not attached): [1] XVector_0.9.1 ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel -- Hervé Pagès Program in Computational Biology

<    3   4   5   6   7   8   9   10   11   12   >