[BioC] automatically loading of annotation package

James F. Reid james.reid at ifom-ieo-campus.it
Fri Sep 4 17:53:59 CEST 2009


Hi Markus,

you will need to use library(l, character.only = TRUE).

HTH.
J.

Markus Schmidberger wrote:
> Hi,
> 
> is there any way for an autimatic loading of the corresponding 
> annotation packages. I have to analyze 15 different datasets with 
> different AffyBatches from different chip types. I want to do something 
> like that:
> 
> library(affy)
> library(ALL)
> data("ALL")
> l <- paste(annotation(ALL), "db", sep=".")
> library(l)
> Fehler in library(l) : es gibt kein Paket 'l'
> 
> Any ideas?
> 
> Thanks
> Markus
>



More information about the Bioconductor mailing list