geposan/man/distances.Rd

26 lines
711 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{distances}
\alias{distances}
\title{Information on gene positions across species.}
\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{species}{Species ID}
\item{gene}{Gene ID}
\item{chromosome_name}{Chromosome name from the specified species}
\item{start_position}{Start position in base pairs}
\item{end_position}{End position in base pairs}
\item{distance}{Computed distance to nearest telomere}
2021-10-19 13:39:55 +02:00
}
}
\usage{
distances
}
\description{
This dataset contains each known value for a gene's distance to the telomeres
per species. The data is sourced from Ensembl.
}
\keyword{datasets}