calcICs {GOSim}R Documentation

Calculate information contents of GO terms.

Description

Recalculates the information content of all GO terms.

Usage

calcICs()

Arguments

none

Details

This functions should only be invoked, if one wants to calculate the information content for GO terms with respect to combinations of evidence codes other than the precomputed ones or, if a new version of the "GO" library has been installed. By default the information contents are precomputed using all evidence codes and evidence codes "IMP, IGI, IDA, IEP, IPI" together.

Value

Puts a file named "ICs<ontology><evidence levels>.rda" in the current directoy. This file has then to be moved into the data directory of gosim.

See Also

setEvidenceLevel

Examples

              
## Not run: 
  setOntology("CC")
  calcICs()
## End(Not run) # --> this may take some time ...

[Package GOSim version 1.0.2 Index]