Learn R Programming

RNAsmc (version 0.6.0)

strComparePlot: strComparePlot

Description

return similarity score of two RNA secondary structures

Usage

strComparePlot(ctFile1,ctFile2)

Arguments

ctFile1

A RNA secondary structure file containing structure information

ctFile2

A RNA secondary structure file containing structure information

Value

Returns a numerical value which represent the similarity of the two RNA secondary structures.The larger the value, the more similar the two RNA structures are.The maximum value is 10, representing the two RNA secondary structures exactly the same,and 0 is the minmum value.

Examples

Run this code
# NOT RUN {
###
data(DataCluster1)
data(DataCluster2)
#####RNAstrPlot(DataCluster1)
#####RNAstrPlot(DataCluster2)
strComparePlot(DataCluster1,DataCluster2)
# }

Run the code above in your browser using DataLab