View source: R/ontology_shared.R
compare_go_searches | R Documentation |
Combine the results from goseq, cluster profiler, topgo, and gostats; poke at them with a stick and see what happens. The general idea is to pull the p-value data from each tool and contrast that to the set of all possibile ontologies. This allows one to do a correlation coefficient between them. In addition, take the 1-pvalue for each ontology for each tool. Thus for strong p-values the score will be near 1 and so we can sum the scores for all the tools. Since topgo has 4 tools, the total possible is 7 if everything has a p-value equal to 0.
compare_go_searches(goseq = NULL, cluster = NULL, topgo = NULL, gostats = NULL)
goseq |
Result from simple_goseq() |
cluster |
Result from simple_clusterprofiler() |
topgo |
Result from topGO |
gostats |
Result from GOstats |
Summary of the similarities of ontology searches
[goseq] [clusterProfiler] [topGO] [goStats]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.