| organism_types {Onassis} | R Documentation |
organism_typesThis method retrierves the allowed organisms in GEOmetadb
organism_types(geo_con)
geo_con |
connection to the SQLite GEOmetadb databse |
A character vector with all the possible organism values
if(file.exists('GEOmetadb.sqlite')){
geo_con <- connectToGEODB('GEOmetadb.sqlite')
species <- organism_types(geo_con)
}else{
print('You need to download GEOmetadb.sqlite to run this example')
}