How can I see that my samples is normalized or not?
1
0
Entering edit mode
vahideh • 0
@vahideh-9470
Last seen 6.9 years ago

Hello!

I want analysis GSE on ExpressionSet format and I need to understand that my samples in this GSE are normalized or not. but I don't know how I recall this information( are normalized or not, and normalization method) in R Consol. Please recommend a way(code) that I can find this information in r.

Thank you.

Normalization ExpressionSet Series • 1.4k views
ADD COMMENT
1
Entering edit mode
@james-w-macdonald-5106
Last seen 15 hours ago
United States

Probably the easiest way would be to use plotDensities from the limma package. What the plot looks like will be dependent on the normalization method used, but in general if the data are normalized, all the densities will be pretty much on top of each other.

ADD COMMENT
0
Entering edit mode

thank you for your reply!!! I found following code for my own question:

eset@phenoData@data$data_processing

Thank you again!

 

ADD REPLY

Login before adding your answer.

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