R/gene_mapping.R

#' Mapping gene names to Ensembl IDs
#'
#' A data set showing the mapping between gene names and Ensembl gene IDs,
#' derived from the \pkg{EnsDb.Hsapiens.v79} Bioconductor package.
#'
#' @format A data frame with 59074 rows and 2 variables:
#' \describe{
#'   \item{ensembl}{Ensembl gene IDs}
#'   \item{name}{corresponding gene names}
#' }
#' @source \url{https://bioconductor.org/packages/release/data/annotation/html/EnsDb.Hsapiens.v79.html}
"gene_mapping"

Try the markerpen package in your browser

Any scripts or data that you put into this service are public.

markerpen documentation built on March 17, 2021, 1:05 a.m.