├── README.md ├── apcluster.c ├── dag.pl ├── dag.sh ├── data ├── dag_BPO_ancestor.txt ├── dag_BPO_descendant.txt ├── dag_CCO_ancestor.txt ├── dag_CCO_descendant.txt ├── dag_MFO_ancestor.txt ├── dag_MFO_descendant.txt ├── eg_gene_list_in.txt ├── eg_gene_pair_in.txt ├── eg_go_in.txt ├── result_cluster_eg_gene_list_in.txt ├── result_eg_gene_list_in.txt ├── result_eg_gene_pair_in.txt └── result_eg_go_in.txt ├── gene_list.pl ├── gene_list_comb.pl ├── gene_pair.pl ├── gene_pair_comb.pl ├── go.pl └── go_comb.pl /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zwang-bioinformatics/GOGO/HEAD/README.md -------------------------------------------------------------------------------- /apcluster.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zwang-bioinformatics/GOGO/HEAD/apcluster.c -------------------------------------------------------------------------------- /dag.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zwang-bioinformatics/GOGO/HEAD/dag.pl -------------------------------------------------------------------------------- /dag.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zwang-bioinformatics/GOGO/HEAD/dag.sh -------------------------------------------------------------------------------- /data/dag_BPO_ancestor.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zwang-bioinformatics/GOGO/HEAD/data/dag_BPO_ancestor.txt -------------------------------------------------------------------------------- /data/dag_BPO_descendant.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zwang-bioinformatics/GOGO/HEAD/data/dag_BPO_descendant.txt -------------------------------------------------------------------------------- /data/dag_CCO_ancestor.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zwang-bioinformatics/GOGO/HEAD/data/dag_CCO_ancestor.txt -------------------------------------------------------------------------------- /data/dag_CCO_descendant.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zwang-bioinformatics/GOGO/HEAD/data/dag_CCO_descendant.txt -------------------------------------------------------------------------------- /data/dag_MFO_ancestor.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zwang-bioinformatics/GOGO/HEAD/data/dag_MFO_ancestor.txt -------------------------------------------------------------------------------- /data/dag_MFO_descendant.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zwang-bioinformatics/GOGO/HEAD/data/dag_MFO_descendant.txt -------------------------------------------------------------------------------- /data/eg_gene_list_in.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zwang-bioinformatics/GOGO/HEAD/data/eg_gene_list_in.txt -------------------------------------------------------------------------------- /data/eg_gene_pair_in.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zwang-bioinformatics/GOGO/HEAD/data/eg_gene_pair_in.txt -------------------------------------------------------------------------------- /data/eg_go_in.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zwang-bioinformatics/GOGO/HEAD/data/eg_go_in.txt -------------------------------------------------------------------------------- /data/result_cluster_eg_gene_list_in.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zwang-bioinformatics/GOGO/HEAD/data/result_cluster_eg_gene_list_in.txt -------------------------------------------------------------------------------- /data/result_eg_gene_list_in.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zwang-bioinformatics/GOGO/HEAD/data/result_eg_gene_list_in.txt -------------------------------------------------------------------------------- /data/result_eg_gene_pair_in.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zwang-bioinformatics/GOGO/HEAD/data/result_eg_gene_pair_in.txt -------------------------------------------------------------------------------- /data/result_eg_go_in.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zwang-bioinformatics/GOGO/HEAD/data/result_eg_go_in.txt -------------------------------------------------------------------------------- /gene_list.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zwang-bioinformatics/GOGO/HEAD/gene_list.pl -------------------------------------------------------------------------------- /gene_list_comb.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zwang-bioinformatics/GOGO/HEAD/gene_list_comb.pl -------------------------------------------------------------------------------- /gene_pair.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zwang-bioinformatics/GOGO/HEAD/gene_pair.pl -------------------------------------------------------------------------------- /gene_pair_comb.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zwang-bioinformatics/GOGO/HEAD/gene_pair_comb.pl -------------------------------------------------------------------------------- /go.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zwang-bioinformatics/GOGO/HEAD/go.pl -------------------------------------------------------------------------------- /go_comb.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zwang-bioinformatics/GOGO/HEAD/go_comb.pl --------------------------------------------------------------------------------