View source: R/RNAstrCluster.R
| getCompare | R Documentation |
Given a substructure list,it compute similarity score of give RNA structures
getCompare(subStrList)
subStrList |
A list comprised by the return of function getSubStr |
Return a similarity score
Zheng Hewei
##########
data(DataCluster1)
data(DataCluster2)
data(DataCluster3)
data(DataCluster4)
subStrList <- list(substr1 = getSubStr(DataCluster1),
substr2 = getSubStr(DataCluster2),
substr3 = getSubStr(DataCluster3),
substr4 = getSubStr(DataCluster4))
getCompare(subStrList)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.