Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 170 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 170 Bytes

ograph

R package for ontology graph analysis

install in R:

install.packages("devtools") library(devtools) dev_mode(on=T) install_github("hxin/ograph") dev_mode(on=F)