human104: Human gene annotations from Ensembl release 104

human104R Documentation

Human gene annotations from Ensembl release 104

Description

Human gene annotations from Ensembl release 104

Usage

human104

Format

A tibble with 9 columns: id, gene_name, biotype, chromosome, start, end, strand, description, transcripts

Source

read_biomart("human", version = 104)

Examples

human104
attr(human104, "downloaded")
group_by(human104, biotype) %>% summarize(n=n()) %>% arrange(desc(n))

HuntsmanCancerInstitute/hciRdata documentation built on Aug. 22, 2023, 2:18 a.m.