mouse112 | R Documentation |
Mouse gene annotations from Ensembl release 112
mouse112
A tibble with 10 columns: id, gene_name, biotype, chromosome, start, end, strand, description, transcripts, human_homolog from MGI 6.14.
read_biomart("mouse", version = 112)
.
the mouse.R
file in the data-raw
directory for details.
mouse112
filter(mouse112[, c(1:4,10)], grepl(",", human_homolog))
group_by(mouse112, biotype) %>%
summarize(n=n(), human_homologs = sum(!is.na(human_homolog))) %>%
arrange(desc(n))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.