Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
documentation
  • Loading branch information
proost committed Jan 22, 2018
1 parent 22218f3 commit 3c3e3e3
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion docs/building/006_precomputing_counts_etc.md
@@ -1,3 +1,26 @@
# Computing enrichments, similarities, and counts ...

*UNDER CONSTRUCTION*
Many features in CoNekT rely on pre-populating tables with data. This allows search
functions to quickly filter on certain terms.

## Computing Counts

After building or extending a database updating counts is crucial for several
features to work. In 'Build' click on **'Update Counts'** to start this process.

![update_counts](../images/Update_counts.png)

Other things to pre-calculate are :

**Clade Assignments** : 'Build'->'Assign Clades'
**GO summaries for families** : 'Build'->'Family-wise annotation'
**Reconsiliated Tree** : 'Build'->'Reconsile Trees'
**Expression Context Conservation** (ECC) : 'Build'->'Expression Context Conservation (ECC)'

**Similarities** between co-expression clusters : 'Build'->'Cluster Similarities'
**GO Enrichment** for co-expression clusters : 'Build'->'Cluster GO Enrichment'
**Predict GO labels** from the network : 'Build'->'Predict GO from Neighborhood'


Note that if any of these are missing the corresponding features in the DB will
simply be disabled.
Binary file added docs/images/Update_counts.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3c3e3e3

Please sign in to comment.