[BioC] automatically loading of annotation package
Chao-Jen Wong
cwon2 at fhcrc.org
Tue Sep 8 21:43:40 CEST 2009
Hi, Markus,
Try this:
library(l, character.only=TRUE)
Chao-Jen
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
>
--
Chao-Jen Wong
Program in Computational Biology
Division of Public Health Sciences
Fred Hutchinson Cancer Research Center
1100 Fairview Avenue N., M2-B876
PO Box 19024
Seattle, WA 98109
206.667.4485
cwon2 at fhcrc.org
More information about the Bioconductor
mailing list