.txt format file in GEO
1
1
Entering edit mode
8.7 years ago

I'm working on microarray data of GEO. Many data are in .txt format. how can I use them for analysis. Is there any way to convert .txt format to .CEL format?

R • 5.3k views
ADD COMMENT
1
Entering edit mode

If you are using R, have you tried the GEOquery bioconductor package?

ADD REPLY
0
Entering edit mode

I used this package for .soft format. Can I use this for loading .txt file in R?

ADD REPLY
0
Entering edit mode

R can easily read most tab-delimited files. read.delim() or read.table()will most likely work just fine.

ADD REPLY
0
Entering edit mode

Yes of course, but is there any method to normalize .txt data in R or other softwares? I shoud normalize these .txt data for further analysis???

ADD REPLY
0
Entering edit mode

About the Soft files: Should I normalize this data or they are normalized? Can I normalize these files in R?

ADD REPLY
0
Entering edit mode

They are normalized, but you can't always tell how. Most of the times it's not in log. Look at GEOquery vignette, there's a description of how to read soft files of all the GSMs and use the data you want instead of taking the txt matrix where you don't know or not sure what the data is.

ADD REPLY
0
Entering edit mode

As a general rule, use GSEMatrix files instead of the parsing code in the GEOquery vignette. Only in unusual circumstances would you need to parse things out of individual GSMs.

ADD REPLY
0
Entering edit mode

Thank you very much for your help. I read soft file in R using GEOquery. Can I normalize this data using other methods? Actually I normalize .CEL easily in R, but this dataset just has Soft and txt file. I need to normalize soft file using method in log? Is there any possible way to do this?

ADD REPLY
0
Entering edit mode

The log2() function in R takes the log base 2.

ADD REPLY
0
Entering edit mode

Actually I'm also facing same problem. I have .txt files or soft files. How did you normalize soft files or .txt files. Please reply.

ADD REPLY
0
Entering edit mode

I am facing the same problem. I have text files only from GEO. How did you do the analysis with these files? Please reply

ADD REPLY
4
Entering edit mode
8.7 years ago

To answer your question, no, there is not a way to convert .txt to .cel.

ADD COMMENT

Login before adding your answer.

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