Analysing microarray data
1
0
Entering edit mode
7.3 years ago
haqshenas • 0

Hi, I am new in this field. I am trying to extract RNA microarray results from a published paper. I have extracted the data from the EBI website. The ID is E-GEOD-20948. I need help to analyse the data after I download them in cel format. I am currently stuck in the first step that is opening the files. Any program opens this format. I have tried GIMP-2 and quicktime but no success. I appreciate your help. Reza

rna microarray • 1.5k views
ADD COMMENT
0
Entering edit mode
ADD REPLY
0
Entering edit mode

Hi Reza, go http://mapman.gabipd.org/web/guest/robin download and install RobiNA then upload your CEL files and run the program. extract RNA microarray results will be in results folder. movafaq bashi

ADD REPLY
0
Entering edit mode

Thanks for your reply. For some reason it is not installed correctly. At the last step when I click on "Next" it goes forever.

ADD REPLY
0
Entering edit mode
7.3 years ago
newbiebio ▴ 80

You could read the link that Venu recommanded or click this link(http://jura.wi.mit.edu/bio/education/bioinfo2007/arrays/array_exercises_1R.html)

Usually, we use affy and limma package from Bioconductor to analysis microarray data. source("https://bioconductor.org/biocLite.R")

download these two packages

biocLite("affy")

biocLite("limma")

load these two libraries

library(affy)

library(limma)

use ReadAffy function of the affy package to read the CEL files

data=ReadAffy() #you could check the links that we provided for more information

ADD COMMENT

Login before adding your answer.

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