importance: Function to calculate the importance for given information...

Description Usage Arguments Value Author(s) See Also

View source: R/importance.R

Description

Function to calculate the importance for given information values and certainty values for GO terms.

Usage

1
importance(Certainty, InfoValue)

Arguments

Certainty

Numeric; Values between 0 and 100. Vector of certainty values for GO terms. See certainty(Pvalues).

InfoValue

Numeric; Values between 0 and 100. Vector of (partial shannon) information values for GO terms. See infoValue(NrOfAnnotationsInTerm, NrOfGenesInUniverse).

Value

Importance

Numeric; Values between 0 and 100. Vector of importance value based on InfoValue and Certainty, i.e. minimum of InfoValue and Certainty.

Author(s)

CL

See Also

certainty, infoValue, remarkableness.


CLippmann/dbtORA documentation built on Feb. 4, 2020, 12:37 a.m.