Description Usage Arguments Value References Examples
This function calculated interaction based homogeneity for a clustering result to the BioGRID Interactions for seven organisms: Arabidopsis thaliana(arabidopsis), Caenerhabditis elegans(c.elegans), Drosophila melanogaster (fruitFly), Homo sapiens (human), Mus musculus (mouse), Saccharomyces cerevisae (yeast), Schizosaccharomyces pombe (s.pombe). Unique ids(systematic names), official names or Entrez ids can be used as identifier type.
1 2 | ibhClusterEvalBioGRID(cluster, allGenesList,
organism, idType = "EntrezId")
|
cluster |
result of clustering |
allGenesList |
list of genes in the same order of clustering object |
organism |
organism name, can be one of 'arabidopsis', 'c.elegans', 'fruitFly', 'human', 'mouse', 'yeast', 's.pombe'. |
idType |
type of identifier, can be one of 'EntrezId', 'Official' and 'UniqueId'. |
A vector of floats representing interaction based homogeneity for each cluste
Stark C, Breitkreutz BJ, Reguly T, Boucher L, Breitkreutz A, Tyers M. Biogrid: A General Repository for Interaction Datasets. Nucleic Acids Res. Jan1; 34:D535-9
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.