fly104: Fruitfly gene annotations from Ensembl release 104

fly104R Documentation

Fruitfly gene annotations from Ensembl release 104

Description

Fruitfly gene annotations from Ensembl release 104

Usage

fly104

Format

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

Source

read_biomart("fly", version = 104)

Examples

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

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