How to get platform annotation in ExpressionSet object
1
0
Entering edit mode
@sailu-yellaboina-3686
Last seen 9.7 years ago
Hi Friends Is there a way to get the platform annotation table from ExpressionSet object. I am using ArrayExpress packages to get the ExpressionSet Objects as following. #ArrayExpress library(ArrayExpress) data = getAE("E-MEXP-1422", type = "processed") cn = getcolproc(data) eset = procset(data, cn[2]) varLabels(eset) featureNames(eset) Above functions varLabels and featureNames retrieve only plotform IDs. How I can I get the gene names, Transcripts IDs and other annotation. I appreciate your help. Thank You Sailu Yellaboina Visiting Fellow NIH, NIEHS [[alternative HTML version deleted]]
Annotation ArrayExpress Annotation ArrayExpress • 1.1k views
ADD COMMENT
0
Entering edit mode
@sean-davis-490
Last seen 4 months ago
United States
On Sun, Sep 27, 2009 at 6:34 PM, Sailu Yellaboina <yellaboinas at="" gmail.com=""> wrote: > Hi Friends > ?Is there a way to get the platform annotation table from ExpressionSet > object. > I am using ArrayExpress packages to get the ExpressionSet Objects as > following. > > > #ArrayExpress > library(ArrayExpress) > data = getAE("E-MEXP-1422", type = "processed") > cn = getcolproc(data) > eset = procset(data, cn[2]) > varLabels(eset) > featureNames(eset) > > Above ?functions varLabels and featureNames retrieve only plotform IDs. How > I can I get the gene names, Transcripts IDs and other annotation. I > appreciate your help. Hi, Sailu. Does featureData(eset) or fData(eset) give you what you want? Sean
ADD COMMENT

Login before adding your answer.

Traffic: 516 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