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