KEGGSim: KEGG Semantic Similarity Between two Genes

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/GOKEGGSims.r

Description

Given two genes, this function will calculate the KEGG semantic similarity between them, based on the shared pathways between the genes.

Usage

1
KEGGSim(protein1, protein2)

Arguments

protein1

Entrez gene id.

protein2

Another entrez gene id.

Value

The KEGG semantic similarity, using the Jaccard index.

Author(s)

Yue Deng <anfdeng@163.com>

References

[1] M. Kanehisa and S. Goto, "KEGG: Kyoto Encyclopedia of Genes and Genomes", Nucleic Acids Research, vol. 28, no. 1, pp. 27 -30, 2000.

[2] P. Jaccard, "Etude comparative de la distribution florale dans une portion des Alpes et des Jura", Bull. Soc. Vaud. Sci. Nat, vol. 37, p. 541, 1901.

See Also

GOKEGGSims GOKEGGSimsFromFile

Examples

1
2
  #KEGGSim("YJL026W","YGR180C")  
  #KEGGSim("1134","1145")

ppiPre documentation built on May 30, 2017, 4:33 a.m.