Re: [Bioc-devel] Request to add 'normalize' to BiocGenerics

2013-02-19 Thread Diego Diez
Hi, I have no objection and I am willing to support this generic in the package codelink. I agree that it is better to wait for the next release cycle so that we maintainers have enough time to make the changes. Thank you, Diego On Wed, Feb 20, 2013 at 7:44 AM, Hervé Pagès wrote: > Hi Laurent,

Re: [Bioc-devel] Request to add 'normalize' to BiocGenerics

2013-02-19 Thread Hervé Pagès
Hi Laurent, and maintainers of packages with a normalize() function, On 02/15/2013 04:28 AM, Laurent Gatto wrote: A quick (and incomplete) manual search using http://search.bioconductor.jp/ suggest the following usage of normalize: As a function: xps::normalize codelink::normalize EBImage::norm

Re: [Bioc-devel] small request on graph::graphBAM()

2013-02-19 Thread Robert Castelo
hi Valerie, thanks a lot for implementing this!! regarding addNode() i have no specific request or opinion about it. best regards, robert. On 2/19/13 9:44 PM, Valerie Obenchain wrote: This change is now implemented in devel 1.37.6. > nms <- paste0("Y", 8:11) > df <- data.frame(from=nms, to

Re: [Bioc-devel] small request on graph::graphBAM()

2013-02-19 Thread Valerie Obenchain
This change is now implemented in devel 1.37.6. > nms <- paste0("Y", 8:11) > df <- data.frame(from=nms, to=nms, weight=rep(1, 4)) Node names are not sorted when full vector of names is provided: > nodes(graphBAM(df, nodes=c(nms, "foo"))) [1] "Y8" "Y9" "Y10" "Y11" "foo" Names are sorted when o

Re: [Bioc-devel] [VariantAnnotation] segfault thrown when scan header for VCF files out of GATK pipeline

2013-02-19 Thread Tengfei Yin
Hi Martin, Thanks a lot for the quick help! I will get back to you off-list with the ouput and vcf header after trying what you suggested. Tengfei On Tue, Feb 19, 2013 at 1:58 PM, Martin Morgan wrote: > On 02/19/2013 11:44 AM, Tengfei Yin wrote: > >> Hi , >> >> I am working on the vcf files f

Re: [Bioc-devel] [VariantAnnotation] segfault thrown when scan header for VCF files out of GATK pipeline

2013-02-19 Thread Martin Morgan
On 02/19/2013 11:44 AM, Tengfei Yin wrote: Hi , I am working on the vcf files from GATK pipeline(usually around 400Mb/file), but I encountered some problems importing vcf files in R using VariantAnnotation package, this has been confirmed in both released and devel version of VariantAnnotation,

[Bioc-devel] [VariantAnnotation] segfault thrown when scan header for VCF files out of GATK pipeline

2013-02-19 Thread Tengfei Yin
Hi , I am working on the vcf files from GATK pipeline(usually around 400Mb/file), but I encountered some problems importing vcf files in R using VariantAnnotation package, this has been confirmed in both released and devel version of VariantAnnotation, I only provide sessionInfo for devel-branch.