Description Usage Arguments Value Examples
Function that returns the distance matrix between all the terms.
1 | get_term_distance_matrix(x, distance_measure, ..., terms_subset = NULL)
|
x |
The GeneAnnotations class on which the method will run. |
distance_measure |
The binary distance method (one of UI, binary, bray-curtis, cosine) |
terms_subset |
A subset of terms on which to calculate the distance matrix |
The distance matrix for the subset if provided or for all the terms otherwise
1 2 | kegg <- TCGAome::load_kegg()
get_term_distance_matrix(kegg, "cosine")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.