-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathall_species.Rd
33 lines (32 loc) Β· 937 Bytes
/
all_species.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/all_species.R
\name{all_species}
\alias{all_species}
\title{All species}
\usage{
all_species(method = NULL, verbose = TRUE)
}
\arguments{
\item{method}{R package to use for gene mapping:
\itemize{
\item{\code{"gprofiler"} : Slower but more species and genes.}
\item{\code{"homologene"} : Faster but fewer species and genes.}
\item{\code{"babelgene"} : Faster but fewer species and genes.
Also gives consensus scores for each gene mapping based on a
several different data sources.}
}}
\item{verbose}{Print messages.}
}
\value{
\link[data.table]{data.table} of species names,
provided in multiple formats.
}
\description{
List all species currently supported by \pkg{orthogene}.
Wrapper function for \link[orthogene]{map_species}.
When \code{method=NULL}, all species from all available
methods will be returned.
}
\examples{
species_dt <- all_species()
}