access the phenotype information
1
1
Entering edit mode
7.3 years ago
Edalat ▴ 30

hello all, I am new to GEOquery and things are not very clear to me as my understanding is limited for the package. I need to know phenotypic data for GSE21653 (the example of one tutorial).in the example of tutorial there are 266 samples,but by this function:

dim(pData(gse[[1]]))

head(pData(gse[[1]])[, 1:3])

the result in R is:

dim(pData(gse[[1]]))

[1] 266 47

head(pData(gse[[1]])[, 1:3])

      title geo_accession                status

GSM540108 BC1 GSM540108 Public on May 05 2010

GSM540109 BC2 GSM540109 Public on May 05 2010

GSM540110 BC3 GSM540110 Public on May 05 2010

GSM540111 BC4 GSM540111 Public on May 05 2010

GSM540112 BC5 GSM540112 Public on May 05 2010

GSM540113 BC6 GSM540113 Public on May 05 2010

where are other samples?

another question, for another experiment how can I make this function?

microarray GEOquery • 1.9k views
ADD COMMENT
1
Entering edit mode
7.3 years ago
newbiebio ▴ 80

head function only shows the first six rows in the variable

ADD COMMENT

Login before adding your answer.

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