How to retrieve the genomic positions and /or orders of probes in the probe set
1
0
Entering edit mode
@szhanuoguelphca-892
Last seen 10.1 years ago
Hello, Experts, I have obtained single probe-level data from affybatch object (mydata)using the script: library(affy) mydata<-ReadAffy() mypm<-pm(mydata) mymm<-mm(mydata) myaffyids<-probeNames(mydata) probedata<-data.frame(myaffyids, mypm, mymm) Now I want to retrieve the genomic positions and/or orders of probes in each probe set listed by myaffyids and add them to data frame( probedata). Could you please help me out? Thank you in advance! Joshua
• 675 views
ADD COMMENT
0
Entering edit mode
rgentleman ★ 5.5k
@rgentleman-7725
Last seen 9.4 years ago
United States
Have you looked at the useProbeInfo vignette in the annotate package? szhan at uoguelph.ca wrote: > Hello, Experts, > I have obtained single probe-level data from affybatch object (mydata)using the > script: > library(affy) > mydata<-ReadAffy() > mypm<-pm(mydata) > mymm<-mm(mydata) > myaffyids<-probeNames(mydata) > probedata<-data.frame(myaffyids, mypm, mymm) > Now I want to retrieve the genomic positions and/or orders of probes in each > probe set listed by myaffyids and add them to data frame( probedata). > Could you please help me out? > Thank you in advance! > Joshua > > _______________________________________________ > Bioconductor mailing list > Bioconductor at stat.math.ethz.ch > https://stat.ethz.ch/mailman/listinfo/bioconductor > -- Robert Gentleman, PhD Program in Computational Biology Division of Public Health Sciences Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N, M2-B876 PO Box 19024 Seattle, Washington 98109-1024 206-667-7700 rgentlem at fhcrc.org
ADD COMMENT

Login before adding your answer.

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