Learn R Programming

Rcolombos (version 2.0.2)

listGenes: This method takes as parameter a single string, representing an organism, and returns a character vector corresponding to the currently available organisms.

Description

This method takes as parameter a single string, representing an organism, and returns a character vector corresponding to the currently available organisms.

Usage

listGenes(organism = "ecoli")

Arguments

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

Value

A data.frame containing the locustag and description of all the genes for the selected organism.

References

http://colombos.net

Examples

Run this code
## Not run: 
# library('Rcolombos')
# listGenes()
# ## End(Not run)

Run the code above in your browser using DataLab