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