Initial commit

This commit is contained in:
Elias Projahn 2021-10-19 13:39:55 +02:00
commit c52d42c2b6
24 changed files with 1350 additions and 0 deletions

20
man/species.Rd Normal file
View file

@ -0,0 +1,20 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/data.R
\docType{data}
\name{species}
\alias{species}
\title{Information on included species from the Ensembl database.}
\format{
A \link{data.table} with 91 rows and 2 variables:
\describe{
\item{id}{Unique species ID}
\item{name}{Human readable species name}
}
}
\usage{
species
}
\description{
Information on included species from the Ensembl database.
}
\keyword{datasets}