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