automatically loading of annotation package
3
0
Entering edit mode
@markus-schmidberger-2240
Last seen 9.6 years ago
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
• 827 views
ADD COMMENT
0
Entering edit mode
@martin-morgan-1513
Last seen 4 days ago
United States
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 >
ADD COMMENT
0
Entering edit mode
James F. Reid ▴ 610
@james-f-reid-3148
Last seen 9.6 years ago
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 >
ADD COMMENT
0
Entering edit mode
Chao-Jen Wong ▴ 580
@chao-jen-wong-3603
Last seen 9.3 years ago
USA/Seattle/Fred Hutchinson Cancer Reseā€¦
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
ADD COMMENT

Login before adding your answer.

Traffic: 942 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6