godata | R Documentation |
prepare GO DATA for measuring semantic similarity
godata(
OrgDb = NULL,
annoDb = NULL,
keytype = "ENTREZID",
ont,
computeIC = TRUE,
processTCSS = FALSE,
cutoff = NULL
)
OrgDb |
OrgDb object (will be removed in future, please use annoDb instead) |
annoDb |
GO annotation database, can be OrgDb or a data.frame contains three columns of 'GENE', 'GO' and 'ONTOLOGY'. |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.