hairpin_loop: Internal function for getting hairpin loops

View source: R/hairpin_loop.R

hairpin_loopR Documentation

Internal function for getting hairpin loops

Description

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

Usage

hairpin_loop(ctFile)

Arguments

ctFile

A RNA secondary structure file containing structure information

Value

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

Examples

###
data(DataRNAstr)
hairpin_loop(DataRNAstr)

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

Related to hairpin_loop in RNAsmc...