[Bioc-devel] Packages available in the build system

Nicolas Delhomme delhomme at embl.de
Sat Mar 31 20:03:47 CEST 2012


Hi Michael,

That's indeed something I'm considering too. I'm trying to figure out what's the best in my case. Thanks for the input!

Nico

---------------------------------------------------------------
Nicolas Delhomme

Genome Biology Computational Support

European Molecular Biology Laboratory

Tel: +49 6221 387 8310
Email: nicolas.delhomme at embl.de
Meyerhofstrasse 1 - Postfach 10.2209
69102 Heidelberg, Germany
---------------------------------------------------------------





On 31 Mar 2012, at 19:46, Michael Lawrence wrote:

> 
> 
> On Sat, Mar 31, 2012 at 9:46 AM, Nicolas Delhomme <delhomme at embl.de> wrote:
> Hi,
> 
> I'm thinking about using the Rcompression library for a package I'm writing and it is only available from the http://www.omegahat.org/R repository. I was wondering if this repo was used by the Bioc build system. If not, I'd welcome pointers to libraries with similar capabilities, e.g. I'm retrieving compressed fasta files with Rcurl and would like to uncompress them in R.
> 
> 
> I think you can just use gzcon() for decompressing data, as long as you can get it into a connection, like via rawConnection(). gzcon supports gz, bz2 and xz, which sounds like more than Rcompression.
> 
> Also, I'm wondering if RCurl is really necessary? Might gzcon(url(x)) fit your use case?
> 
> 
>  
> Thanks!
> 
> Nico
> 
> ---------------------------------------------------------------
> Nicolas Delhomme
> 
> Genome Biology Computational Support
> 
> European Molecular Biology Laboratory
> 
> Tel: +49 6221 387 8310
> Email: nicolas.delhomme at embl.de
> Meyerhofstrasse 1 - Postfach 10.2209
> 69102 Heidelberg, Germany
> 
> _______________________________________________
> Bioc-devel at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/bioc-devel
> 



More information about the Bioc-devel mailing list