mouse_bm | R Documentation |
library(biomaRt) #v2.44.4 ensembl <- useMart("ensembl") # GRCm39 ensembl <- useDataset("mmusculus_gene_ensembl",mart=ensembl) my_chr <- c(1:19, 'M', 'X', 'Y') mouse_bm <- getBM(attributes=c('chromosome_name', 'start_position', 'end_position', 'mgi_symbol'), filters = 'chromosome_name', values = my_chr, mart=ensembl)
data(mouse_bm)
An object of class data.frame
with 55365 rows and 4 columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.