Skip to content

GEOquery

2 messages · Elham -, David Winsemius

#
hello all,I am following this link?http://genomicsclass.github.io/book/pages/GEOquery.html?for importing data.but I have a problem in a step of (Access GSE Data Tables from GEO).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:
where is another samples??
#
This is the first code seen at that page:

source("http://bioconductor.org/biocLite.R")
biocLite("GEOquery")

You were told earlier that rhelp is NOT the correct place to post questions about Bioconductor packages. What is the cause of your difficulty in understanding this fact?