Description Usage Arguments Details Value Examples
distGO A wrapper for GOSemSim::mgoSim, where similarity among
GO terms stored in a list are returned as a matrix
1 2 3  | 
go.list | 
 A named list, where each element stores a character vector of GO ids. GO terms should be sorted so that the most important are first.  | 
n | 
 The number of GO terms to evaluate from the begining of the vector.  | 
ont | 
 The ontology type: one of "MF", "BP", and "CC" subontologies to be passed to mgoSim  | 
organism | 
 Organism with GO database, to be passed to mgoSim  | 
measure | 
 Measure of similarity to be passed to mgoSim  | 
combine | 
 Measure of combining similarity to be passed to mgoSim  | 
verbose | 
 Should updates be printed to the console?  | 
calc.distance | 
 Should a distance matrix (default) or a similarity matrix be returned.  | 
... | 
 Not currently in use  | 
More here soon.
a matrix of (dis)similiarities
1 2 3 4  | ## Not run: 
more here soon
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.