[716367]: / man / getOrganisms.Rd

Download this file

22 lines (21 with data), 629 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/feature_processing.R
\name{getOrganisms}
\alias{getOrganisms}
\title{Get list of supported organisms}
\usage{
getOrganisms()
}
\value{
List of supported organisms
}
\description{
Get a list of organisms that are covered in our workflow through a supporting
`AnnotationDBi` package. Without such a package we would not be able to map
transcript and protein identifier between different formats. All the
organisms that are listed here have at lest kegg and or reactome pathway
annotation that can be queried by `graphite`.
}
\examples{
getOrganisms()
}