-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Aaron Wong edited this page Aug 8, 2017
·
7 revisions
Welcome to the function wiki!
Supported databases: OMIM, HGMD, GWASCAT, GO
Disease genes from OMIM, propagated with Disease Ontology
python flib/utils/build_genesets.py -o disease.gmt -d OMIM -p
Human gene ontology, biological process genes, filtered by experimental evidence
python flib/utils/build_genesets.py -o gene-ontology.gmt -d GO -n biological_process -e EXP IDA IPI IMP IGI IEP -p
Disease gene prediction:
python flib/utils/svm.py -i [global_average.dab] -o [out dir] -g disease.gmt -s files/do_slim.txt -y DO -a
Biological process prediction:
python flib/utils/svm.py -i [global_average.dab] -o [out dir] -g go.gmt -s files/go_neg_slim.txt -y GO -a
python flib/utils/evaluate.py -d [svm output dir]