Learn R Programming

RNAsmc (version 0.6.0)

getSubStr: Internal function for getting substructure information in a RNA secondary structure

Description

Given a RNA secondary structure,it gets all substructures of the RNA

Usage

getSubStr(ctfile)

Arguments

ctfile

A RNA secondary structure file containing structure information

Value

Return a list containing information of all substructures of the RNA

Examples

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

Run the code above in your browser using DataLab