extract number of genes in normalised_data.rData which is in object
1
0
Entering edit mode
10.0 years ago
cara78 ▴ 10

Hello,

i am trying to extract the number of genes from normalised_data to use in a for loop

norm_data <- just.gcrma(cel_files)

get the number of genes out of norm_data

and then use in for loop

So my question is to get that out so can use

thanks

microarray R/bioconductor normalised_data.rData • 1.2k views
ADD COMMENT
3
Entering edit mode
10.0 years ago

just.gcrma() returns an ExpressionSet, so exprs(norm_data) should work. BTW, try to avoid for loops in R if you can, they're really slow.

ADD COMMENT

Login before adding your answer.

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