[BioC] automatically loading of annotation package
    Markus Schmidberger 
    schmidb at ibe.med.uni-muenchen.de
       
    Fri Sep  4 17:49:17 CEST 2009
    
    
  
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
-- 
Dipl.-Tech. Math. Markus Schmidberger
Ludwig-Maximilians-Universität München
IBE - Institut für medizinische Informationsverarbeitung,
Biometrie und Epidemiologie
Lehrstuhl für Biometrie und Bioinformatik
Marchioninistr. 15, D-81377 Muenchen
URL: http://www.ibe.med.uni-muenchen.de 
Mail: Markus.Schmidberger [at] ibe.med.uni-muenchen.de
Tel: +49 (089) 7095 - 4497
    
    
More information about the Bioconductor
mailing list