Learn R Programming

RNAsmc (version 0.8.0)

multi_branch_loop: Internal function for getting multi-branch loops

Description

Given a RNA secondary structure,it compute multi-branch loops in the RNA secondary structure

Usage

multi_branch_loop(ctFile)

Value

Return a list containing base positions in multi-branch loops,and the length of the number of multi-branch loops

Arguments

ctFile

A RNA secondary structure file containing structure information

Examples

Run this code
###
data(DataRNAstr)
multi_branch_loop(DataRNAstr)

Run the code above in your browser using DataLab