Normalize Cel Files And Identify Differentially Expressed Genes (I.E.Down-Regulated) In Tumor Samples
2
2
Entering edit mode
12.3 years ago
User 6686 ▴ 20

BioStar Groups

Hi, I would like to identify differentially expressed genes in tumor samples of GSE11024 and later do clustering (k-means) for down-regulated genes. When I tried to boxplot the exprs(eset) there was an error message. Could you help me solving this error. I would be glad and highly appreciate for your kindness.

An error less than x [! Xna]: object of type 'S4' is not subsettable Additional Information: Warning messages:

1: In is.na(x) : is.na() applied to non-(list or vector) of type 'S4' 2: In is.na(x) : is.na() applied to non-(list or vector) of type 'S4' >

Warm regards, Haobijam SNU, Seoul KOREA

bioconductor affymetrix • 2.7k views
ADD COMMENT
2
Entering edit mode

You need to post the output of sessionInfo() including version of affy package and the exact command sequence (from library(affy) to the command throwing an error). Otherwise we have no chance of reproducing this. Sending an email to the bioconductor mailing list might be the better choice, but there the same rules for posting a reproducible example apply.

ADD REPLY
1
Entering edit mode

please use the 'edit' link below the question!

ADD REPLY
0
Entering edit mode

Btw.: you simply cannot run boxplot on an eset, why would you do that anyway?

ADD REPLY
0
Entering edit mode

(1) please use the 'edit' link below the question! (2) please use the 'edit' link below the question! (3) please use the 'edit' link below the question! is that so difficult?

ADD REPLY
3
Entering edit mode
12.3 years ago
Michael 54k

try:

example(rma)
boxplot(exprs(eset))

Does it give a plot? If so, something is wrong with your data.

ADD COMMENT

Login before adding your answer.

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