How to analyse TXT format microarray data
2
0
Entering edit mode
5.2 years ago
afli ▴ 190

Dear friend, I want to analyse some microarray data in TXT format. I analyse CEL format data previously, but this time I could hardly find any procedures to analyse the TXT format data. My purpose is to find the differential genes between each two samples. Can someone tell me how to analyse the TXT format data? Its link is: https://www.ncbi.nlm.nih.gov/geo/download/?acc=GSE39429. Thank you!

TXT microarray • 3.8k views
ADD COMMENT
0
Entering edit mode

Did you take a look at this README which describes how the data was generated?

ADD REPLY
2
Entering edit mode
5.2 years ago
Benn 8.3k

Before you can analyze data, you need to know more than only the format (TXT). TXT means that it is a text file, tab delimited probably. That is not microarray specific, TXT files are used by many computer programs. So please read more about the experiment GSE39429 itself first, it seems to be an Agilent 4x44K array. Try a tutorial if Agilent array doesn't ring a bell, or try to read some user's guides (limma would be a good choice). Good luck.

ADD COMMENT
2
Entering edit mode
5.2 years ago

Kevin addressed this question before; in short: the text files usually contain normalized log2FC values, but not always. Once you know what the values represent in your project of interest, you may want to give the GEOquery package a try as it allows for direct download of the data and offers instructions on how to plug those into the ExpressionSet environment of the R bioconductor packages that you may already be familiar with.

ADD COMMENT

Login before adding your answer.

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