geposan/man/species.Rd

23 lines
558 B
Text
Raw Normal View History

2021-10-19 13:39:55 +02:00
% 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{
2021-12-13 10:36:44 +01:00
A \link{data.table} with the following columns:
2021-10-19 13:39:55 +02:00
\describe{
\item{id}{Unique species ID}
\item{name}{Human readable species name}
\item{n_chromosomes}{Number of chromosomes}
\item{median_chromosome_length}{Median length of chromosomes}
2021-10-19 13:39:55 +02:00
}
}
\usage{
species
}
\description{
Information on included species from the Ensembl database.
}
\keyword{datasets}