multi_branch_loop: Internal function for getting multi-branch loops

View source: R/multi_branch_loop.R

multi_branch_loopR Documentation

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)

Arguments

ctFile

A RNA secondary structure file containing structure information

Value

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

Examples

###
data(DataRNAstr)
multi_branch_loop(DataRNAstr)

RNAsmc documentation built on Jan. 12, 2023, 9:07 a.m.