CombineScores is the last node of PheNoBo.
It is the successor of the GeneticNetworkScore node.
This node combines the results of the phenotype, metabotype and genotype analysis.
The aim of CombineScores is to unite the gene scores of the phenotype, metabotype and genotype analysis into
a single gene score for each gene.
The combined scores are used to rank the genes.
Genes with a low rank (appearing first in the list of genes) are likely to cause the patient's condition.
CombineScores requires 3 tables with gene scores.
For detailed information about the format of the tables have a look at the Input Port section and
at the example files provided at https://github.com/marie-sophie/mapra.
CombineScores calculates 2 different scores.
Combined Gene Score:
The combined gene score is a probability calculated from the scores of 3 different, independent analyses
yielding scores g1, g2 and g3.
The combined score g is determined by using Bayes' formula:
g=g1g2g3/(g1g2g3+(1-g1)(1-g2)(1-g3)).
Enrichment score:
The probabilities are translated into enrichment scores to facilitate the interpretation of the results.
The enrichment score of a gene with probability g is determined as log10(gn) where n denotes the total number of genes.
If the enrichment score is greater than 0, the gene score is higher than expected for a random prediction (where all genes get a score of n-1).
If the enrichment score is lower than 0, the gene score is lower than expected for a random prediction.
The algorithm of CombineScores is derived from the Phen-Gen tool (see Javed et al., 2014) and is described in more detail at...
You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.
Deploy, schedule, execute, and monitor your KNIME workflows locally, in the cloud or on-premises – with our brand new NodePit Runner.
Try NodePit Runner!Do you have feedback, questions, comments about NodePit, want to support this platform, or want your own nodes or workflows listed here as well? Do you think, the search results could be improved or something is missing? Then please get in touch! Alternatively, you can send us an email to mail@nodepit.com.
Please note that this is only about NodePit. We do not provide general support for KNIME — please use the KNIME forums instead.