Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
CoNekT/docs/building/006_precomputing_counts_etc.md
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
31 lines (21 sloc)
1.3 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Computing enrichments, similarities, and counts ... | |
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. | |
Finally there is one **Experimental** feature that turns neighborhoods into clusters. | |
while this enables GO-enrichment for neighborhoods, it messes up cluster | |
similarities. This can be useful in case no network clustering is performed. | |
'Build' -> 'Neighborhood to clusters' |