affy expression array data
0
0
Entering edit mode
8 months ago

Hi, everyone I use the oligo package to read cel files, and use the rma function to transformed them into expression matrix, but what I got was a set of Na value. When I used box plot to visualize the data, it showed nothing, but when I use MAplot, I got plots of each sample. So I am very confused about this error. Help me please.

R code was below library(oligo) celfiles <- list.files(workDir, "\.gz$") data.raw <- read.celfiles(filenames = file.path(workDir, celfiles)) class(data.raw) # "GeneFeatureSet" enter image description here

data.eset <- rma(data.raw) data.exprs <- exprs(data.eset) enter image description here

oligo limma RNA • 257 views
ADD COMMENT

Login before adding your answer.

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