external_loop: Internal function for getting external loops in a RNA...

View source: R/external_loop.R

external_loopR Documentation

Internal function for getting external loops in a RNA secondary structure

Description

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

Usage

external_loop(ctFile)

Arguments

ctFile

A RNA secondary structure file in CT format

Value

Return a list containing information of external loops

Author(s)

Zheng Hewei

Examples

##########
data(DataRNAstr)
external_loop(DataRNAstr)

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

Related to external_loop in RNAsmc...