godata {GOSemSim} | R Documentation |
prepare GO DATA for measuring semantic similarity
godata( OrgDb = NULL, keytype = "ENTREZID", ont, computeIC = TRUE, processTCSS = TRUE, cutoff = NULL )
OrgDb |
OrgDb object |
keytype |
keytype |
ont |
one of 'BP', 'MF', 'CC' |
computeIC |
logical, whether computer IC |
processTCSS |
logical, whether to process TCSS |
cutoff |
cutoff of TCSS |
GOSemSimDATA object
Guangchuang Yu