internal_loop: Internal function for getting internal loops

View source: R/internal_loop.R

internal_loopR Documentation

Internal function for getting internal loops

Description

Given a RNA secondary structure,it compute internal loops in the RNA secondary structure

Usage

internal_loop(ctFile)

Arguments

ctFile

A RNA secondary structure file containing structure information

Value

Return a list containing base positions in internal loops,and the length of the number of internal loops

Examples

###
data(DataRNAstr)
internal_loop(DataRNAstr)

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

Related to internal_loop in RNAsmc...