Learn R Programming

RNAsmc (version 0.6.0)

ct2dot: ct2dot

Description

Given a RNA secondary structure,it compute the RNA secondary structure in dot-bracket notation

Usage

ct2dot(ctFile)

Arguments

ctFile

A RNA secondary structure file containing structure information

Value

return a list including the RNA seqence and the RNA secondary structure in bracket dot form

Examples

Run this code
# NOT RUN {
###
data(DataRNAstr)
ct2dot(DataRNAstr)
# }

Run the code above in your browser using DataLab