yeast104: Yeast (S. cerevisiae) gene annotations from Ensembl release...

yeast104R Documentation

Yeast (S. cerevisiae) gene annotations from Ensembl release 104

Description

Yeast (S. cerevisiae) gene annotations from Ensembl release 104

Usage

yeast104

Format

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

Source

read_biomart("yeast", version = 104). Gene names have been replaced

Examples

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

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