| experiment_types {Onassis} | R Documentation |
experiment_typesThis method retrierves the experiment types stored in GEOmetadb
experiment_types(GEOcon)
GEOcon |
connection to the SQLite GEOmetadb databse |
A character vector with all the possible experiment values
if(file.exists('GEOmetadb.sqlite')){
geo_con <- connectToGEODB('GEOmetadb.sqlite')
experiments <- experiment_types(geo_con)
}else{
print('You need to download GEOmetadb.sqlite to run this example')
}