organism_types: 'organism_types'

Description Usage Arguments Value Examples

View source: R/GEOHandler.R

Description

This method retrierves the allowed organisms in GEOmetadb

Usage

1
organism_types(geo_con)

Arguments

geo_con

connection to the SQLite GEOmetadb databse

Value

A character vector with all the possible organism values

Examples

1
2
3
4
5
6
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')
}

Onassis documentation built on Nov. 8, 2020, 8:18 p.m.