8000 GitHub - hxin/doid2gene: to update hdo to gene annotation
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hxin/doid2gene

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

doid2gene

R Script for Mapping DOID to Entrez Gene IDs

Overview This R script downloads HDO annotation from alliancegenome, maps gene symbol to entrez Gene IDs using the org.Hs.eg.db package, and writes the mapped data to a CSV file(actually tab separated).

require R library

library(dplyr)
library(readr)
library(org.Hs.eg.db)

example code

Rscript update_AGR.R

About

to update hdo to gene annotation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0