Comparing Two Genes In An Affymetrix Microarray Dataset In R
1
0
Entering edit mode
10.8 years ago
soosus ▴ 90

I'm working with an Affymetrix rat transcriptome in R and would like to compare, say, expression levels of MAOA and MAOA versus a housekeeping gene like ACTB. I've gone through the basic initial stages:

rawdata = ReadAffy()
eset = rma(rawdata)

and am aware of the affy and limma packages but not entirely sure how to go about specifying only two or three genes for analysis/comparison. Help?

r affymetrix affymetrix limma differential expression • 2.9k views
ADD COMMENT
0
Entering edit mode

I dont know if I understand correctly. I think you first must to annotate. Maybe http://www.bioconductor.org/help/workflows/annotation-data/ could help. After that, I think you can use http://bioconductor.org/packages/release/bioc/html/affycomp.html.

ADD REPLY
1
Entering edit mode
10.8 years ago
lkmklsmn ▴ 970

Simplest way: A T-test between expression values of MAOA vs ACTB should tell you if there is any difference.

ADD COMMENT
0
Entering edit mode

That doesn't help me in this context. I don't know how to select specific genes from an Affymetrix-type dataset. Once selected, sure, a basic t-test or regional ANOVA will be fine, but I can do neither of those things until I can specify the genes I'm interested in.

ADD REPLY
0
Entering edit mode

Oh ok.As far as I know the AffyBatch objects do not contain the gene symbol annotations.You will need to use some annotation file to map TranscriptClusterIDs to gene symbols. You could use Bioconductor packages to do that or download annotation data directly from Affy.

In your case exprs(eset) should give you an expression matrix where the rows are the probesets and the row names are the TranscriptClusterIDs.

ADD REPLY

Login before adding your answer.

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