How to analyze whole ExpressionSet, instead of only example the first 1000 probes in phenoTest package using data( ) function?
Hi, I am using Bioconductor phenoTest package to analyze the data from GEO by getGEO. When I try to load these data using the data(eset), it only allows to load the first 1000 probes and 100 samples. How can I load all the probes (>20k) and samples (>100) for the following phenotype analysis?
Thank you!
Xiaoyong
• 1,878 views
•
link
0 answers
No answers yet.
Log in to answer this question.
Please post the commands you are using. Incidentally, data(eset) only loads an example dataset:
Is any of your commands
getGEO( something )?