returnSim | R Documentation |
Return similarity matrix of cluster based on intersection over union of words
returnSim(
cllist,
keyType = "ENTREZID",
numLimit = 5000,
target = "refseq",
argList = list()
)
cllist |
cluster list (named vector or list) |
keyType |
keytype |
numLimit |
threshold for gene number limit default to 5000 |
target |
target to query |
argList |
parameters to pass to refseq() |
The function accepts the list of character vectors or named vector of identifiers to returns the textual similarity matrix.
similarity matrix
ex <- returnExample()
returnSim(ex$color, keyType="ENSEMBL")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.