Description Usage Arguments Value Examples
This method retrierves the experiment types stored in GEOmetadb
1 | experiment_types(GEOcon)
|
GEOcon |
connection to the SQLite GEOmetadb databse |
A character vector with all the possible experiment values
1 2 3 4 5 6 | 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')
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.