Hi,
I have downloaded LncRNA Array 3.0 (ArrayStar) microarray data from GEO. The data is in txt
format. I don't see any idat or cel files for analysis with Limma or other Bioconductor packages.
The data looks like this.
ID_REF GSM1485226 GSM1485227 GSM1485228 GSM1485229
ASHGA5P000001 10.142583 10.281497 10.830916 11.722805
ASHGA5P000003 5.500927 5.998252 5.542863 6.128017
ASHGA5P000005 4.150758 6.711603 8.305518 2.3658721
ASHGA5P000008 5.0700736 5.804977 6.241566 5.4667664
ASHGA5P000009 9.3204 8.438274 9.545782 8.75934
ASHGA5P000014 5.382101 6.172776 6.154235 2.355728
ASHGA5P000016 7.0331154 7.4848285 8.088155 6.629342
ASHGA5P000019 5.7742567 5.851971 6.6640825 5.9498987
ASHGA5P000020 5.7120953 6.4586296 6.5912247 5.906252
ASHGA5P000021 7.779541 7.5118065 7.502316 7.2784443
ASHGA5P000022 6.2820516 7.2403784 7.0809016 6.71879
ASHGA5P000023 6.919316 7.3297606 5.7048583 7.0136003
ASHGA5P000024 7.922426 8.809063 7.959467 8.797879
ASHGA5P000026 6.2206936 8.015113 8.997898 6.9229474
ASHGA5P000027 4.791071 5.154705 5.441963 5.3858256
ASHGA5P000028 9.352753 7.015601 9.240454 10.099891
Among those 4 samples GSM1485226 and GSM1485229 are Normals. GSM1485227 and GSM1485228 are tumor samples.
I have seen many tutorials for reading the data from cel or idat files and doing differential analysis. Need some help in reading the above data and doing differential analysis.
thanq
These look like normalized data. You need raw data for any sensible differential analysis
I don't see any cel or idat files. I see a Raw_tar file for each sample. For one of the sample it looks like below.
This is Agilent Raw File. Have a look at aglip http://bioconductor.org/packages/release/bioc/html/agilp.html
What they say here [https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE60689] is that data is processed by Arraystar Human LncRNA Array v3.0. I have seen all the links but nowhere I found that raw file for the data. The above data is what I have now.
In the same link, you can see
This tells you that this is Agilent microarray, which is different from Illumina IDAT or Affymetrix CEL files.
Bottom down in the same page,
GSE60689_RAW.tar
is the RAW files.Yes, when I downloaded that
GSE60689_RAW.tar
file the above data is what I see, that is what I said in my previous comment.