pig112 | R Documentation |
Pig gene annotations from Ensembl release 112
pig112
A tibble with 9 columns: id, gene_name, biotype, chromosome, start, end, strand, description, transcripts
read_biomart("pig", version = 112)
pig112
group_by(pig112, biotype) %>% summarize(n=n()) %>% arrange(desc(n))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.