reading microarray data through readAffy
i want to read microArray (.cell files) in Readaffy using rma and readaffy object functions in R. i need step by step scripts to run these functions because i am new with it?
r
rma
cell files
readaffy
• 3,116 views
•
link
written
by
12021560-040
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
I want to RMA normalize the data from Agilent microarray present at GEO ID- GSE47910
written by Sarah •The above GSE ID given GSE47910 has agilent microarray raw data in .txt file for every sample (ie, 498 samples here) As the blow code …
-
Is it correct to merge two raw CEL datasets and then perform quality control, background correction…
written by Sib •Hello, biostars. I have raw CEL files of two microarray datasets that I read them in R by the ReadAffy function and finally, I want …
-
how to read MoGene-2_0-st.CEL files
written by aacharya •Hi I am running script to read the MoGene-2_0-st.CEL file but unfortunately the error is coming "Error in ReadAffy() : could not find function "ReadAffy". …
-
cross platform normalization
written by au.rinki.bio •Hi, I am trying to normalize microarray data from two different platform. When I normalize GSE2361 individually using code: library(affy) norm <- ReadAffy() norm.rma <-rma(norm) …
-
reading CELfiles for Human Exon 1.0 ST Array [CDF: HuEx-1_0-st-v2,coreR3,A20071112,EP]
written by 12021560-002 •Hi I am reading microarray data (CEL files) through R. While reading GSE35021 based on platform Affymetrix Human Exon 1.0 ST Array [CDF: HuEx-1_0-st-v2,coreR3,A20071112,EP]. I …
-
Reading GSE Files using Readaffy Function.
written by 12021560-040I have downloaded GSE file through R and unzip these files to extract CEL files. Now I want to read these cel files by using …
-
VSN package in R
written by alptaciroglu •Hello, I have a question. I am trying to normalize miRNA microarray data using VSN package. I am reading my CEL files with `ReadAffy()` function …
-
RMA problem in affy package
written by NitinHello, I wrote following R code to analyze affymeterix microarray data ``` library(BiocGenerics) library(methods) library(Biobase) library(affy) library(limma) library(statmod) library(AnnotationDbi) library(DBI) targets <- readTargets ("affy_targets.txt") data …
-
Finding differentially expressed genes in Control vs. Treated
written by Bioinformatist NewbieI have 2 .cell files containing gene expression data for Control and Treated cell lines (downloaded from GEO). I want to find differentially expressed genes …
-
How to merge AffyBatch object from different Affymetrix platforms
written by zaynabmousavian •Hi, I have two AffyBatch objects, each one constructed by reading cell files of the microarray data of different platforms including HGU133A and HGU133Plus2: ```r …
What have you tried already?
Do some google search and tryout yourself and write down the steps you have performed.
No one have so much time to explain it step by step to you. Here, people can definitely help to point your error and suggest you the right way.Go through https://www.bioconductor.org/help/workflows/arrays/ Analysing Microarray Data In Bioconductor