sheep112 | R Documentation |
Sheep gene annotations from Ensembl release 112
sheep112
A tibble with 9 columns: id, gene_name, biotype, chromosome, start, end, strand, description, transcripts
read_biomart("sheep", version = 112)
.
sheep112
group_by(sheep112, 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.