Microarray expression analysis
1
0
Entering edit mode
@manuchandwadkar-22916
Last seen 4.2 years ago

After RMA normalization of CEL file data in R, does it reduces the total samples slighty?? For eg: I had taken 70 total samples first but after rma step the samples have reduced to 67. Can you please illustrate me?

normalization • 370 views
ADD COMMENT
1
Entering edit mode
@james-w-macdonald-5106
Last seen 3 days ago
United States

No, it won't reduce the number of samples. If you have fewer samples you must have made a mistake somewhere, so you need to re-check your work.

ADD COMMENT
0
Entering edit mode

okay i will check that .Can you pl tell me how to use justRMA method for normalization in R with an example?

ADD REPLY
0
Entering edit mode
> write.exprs(hccRMA,file="Rawdata.txt")
> library(affyQCReport)
Loading required package: lattice
Warning message:
package ‘lattice’ was built under R version 3.6.3 
> affyQAReport(Rawdata)
Error: cannot allocate vector of size 465.2 Mb
> 

how to solve this error?

ADD REPLY
0
Entering edit mode

You can solve that error by adding RAM to your computer, getting a computer with more RAM, or by using cloud resources.

ADD REPLY
0
Entering edit mode

Yes. Start R in the directory containing the celfiles and do

eset <- justRMA()
ADD REPLY

Login before adding your answer.

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