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

yeast112R Documentation

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

Description

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

Usage

yeast112

Format

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

Source

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

Examples

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

HuntsmanCancerInstitute/hciRdata documentation built on June 28, 2024, 8:46 p.m.