[BioC] automatically loading of annotation package
Martin Morgan
mtmorgan at fhcrc.org
Fri Sep 4 17:54:14 CEST 2009
Hi Markus --
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)
I think you want require(l, character.only=TRUE). You might peak at /
use annotate::getAnnMap for an existing solution.
Martin
> Fehler in library(l) : es gibt kein Paket 'l'
>
> Any ideas?
>
> Thanks
> Markus
>
More information about the Bioconductor
mailing list