WikiORA integrates Wikidata, Gene Ontology, PanglaoDB, and Wikipedia for a seamless, encyclopedic enrichment analysis.
WikiORA is a tool designed to simplify the process of gene set over-representation analysis by integrating data from Wikidata and Wikipedia. Our goal is to provide researchers with an intuitive platform to identify significantly enriched gene sets in their data using curated information from various sources.
WikiORA follows these steps to perform over-representation analysis:
Here are the definitions of the various metrics generated by WikiORA. While only some metrics are shown in the dashboard, they are all available upon downloading the tsv.
odds_ratio = (overlap_count * (total_genes - gene_set_size - input_gene_list_size + overlap_count)) / max((gene_set_size - overlap_count) * (input_gene_list_size - overlap_count), 1)
combined_score = -log10(p_value) * odds_ratio
gene_ratio = overlap_count / gene_set_size
Manuscript in preparation.
Lubiana, T., & Nakaya, H. (2024).WikiORA (version 0.2.4). Retrieved from https://wikiora.sysbio.tools
WikiORA uses Wikidata as a data source for the gene sets. It combines community curation with imports from diverse sources.We recommend also citing the major sources of information used to feed Wikidata. When using the cell type markers, we suggest also citing PanglaoDB. For gene ontology gene sets, we suugest citing also the Gene Ontology Annotation (GOA) Database and the Gene Ontology Resource .
WikiORA is developed in Brazil by a team of bioinformaticians passionate about open knowledge. The project is led by Tiago Lubiana at the Computational Systems Biology Laboratory, headed by Prof. Helder Nakaya.
If you have any questions, feedback, or suggestions, please contact us via GitHub.
If you like our project, give us a ⭐ on GitHub!