728x90
반응형
gene symbol conversion
# Grch37로 하고 싶은 경우(hg19)
library(biomaRt)
ensembl = useEnsembl(biomart="ensembl", dataset="hsapiens_gene_ensembl", GRCh=37, version=75)
listAttributes(ensembl)
getBM(attributes=c('ensembl_gene_id','hgnc_symbol','hgnc_id')
,filters = 'ensembl_gene_id', values = syms[1], mart = ensembl)
728x90
반응형
'R관련' 카테고리의 다른 글
리눅스에서 R update하기 (fedora) (0) | 2017.12.29 |
---|---|
biomaRt connection관련 (0) | 2017.12.15 |
liftover (genome location transformation) (0) | 2017.10.30 |
R 단축키들 (R shortcut key) (0) | 2017.10.24 |
circular dendrogram 그리기 (0) | 2017.10.16 |