listAnnotationTypes: This method takes as parameter a string (the nickname of an...

Description Usage Arguments Value References Examples

View source: R/utilities.R

Description

This method takes as parameter a string (the nickname of an organism) and returns a character vector corresponding to the currently available annotation type for the selected organism.

Usage

1
listAnnotationTypes(organism = "ecoli")

Arguments

organism

A character containing the organism id: use listOrganisms to display the available organisms.

Value

A data.frame containing the name and description of the annotation for the selected organism.

References

http://colombos.net

Examples

1
2
3
4
5
## Not run: 
library('Rcolombos')
listAnnotationTypes()

## End(Not run)

Rcolombos documentation built on May 1, 2019, 8:43 p.m.