library(biomaRt) ensembl = useMart("ensembl",dataset="hsapiens_gene_ensembl") symbols = getBM(attributes=c('entrezgene','hgnc_symbol'), filters='entrezgene', values=c("7157","5601"), mart=ensembl)
Installation note:
- In Ubuntu, you may need to install 'libxml2-dev' and 'libcurl4-openssl-dev'.
No comments:
Post a Comment