Skip to content

REVIGO (REduce + VIsualize Gene Ontology) C# usage example

License

Notifications You must be signed in to change notification settings

rajko-horvat/RevigoCSExample

Repository files navigation

Repository description

This is the example CS project that illustrates how to use a REVIGO core library for your own projects.

Since a lot of changes had to be made for .NET Core API. Official release with binaries is planned for mid March 2023

How to compile and run this example

To run this example you need the compiled RevigoCore library and a set of precompiled databases: Gene Ontology and Species annotations, or build your own databases with RevigoGenerateDatabases command line utility.

To compile from command line:

About REVIGO (REduce + VIsualize Gene Ontology) project

Outcomes of high-throughput biological experiments are typically interpreted by statistical testing for enriched gene functional categories defined by the Gene Ontology (GO). The resulting lists of GO terms may be large and highly redundant, and thus difficult to interpret.

REVIGO is a successful project to summarize long, unintelligible lists of Gene Ontology terms by finding a representative subset of the terms using a simple clustering algorithm that relies on semantic similarity measures.

For any further information about REVIGO project please see published paper and Frequently Asked Questions page

About

REVIGO (REduce + VIsualize Gene Ontology) C# usage example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages