pig104: Pig gene annotations from Ensembl release 104

pig104R Documentation

Pig gene annotations from Ensembl release 104

Description

Pig gene annotations from Ensembl release 104

Usage

pig104

Format

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

Source

read_biomart("pig", version = 104)

Examples

pig104
group_by(pig104, biotype) %>% summarize(n=n()) %>% arrange(desc(n))

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