Diff of /man/getOrganisms.Rd [000000] .. [72a7c3]

Switch to unified view

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