Closed Yunuuuu closed 2 years ago
It's convenient to do all GEO analytical process in R, this commit just implement searchGEO to enable us search GEO directly in R. see following code:
searchGEO
GEOquery::searchGEO("diabetes[ALL] AND Homo sapiens[ORGN] AND GSE[ETYP]")
It's convenient to do all GEO analytical process in R, this commit just implement
searchGEO
to enable us search GEO directly in R. see following code: