Learn R Programming

RNAsmc (version 0.8.0)

hairpin_loop: 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)

Value

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

Arguments

ctFile

A RNA secondary structure file containing structure information

Examples

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

Run the code above in your browser using DataLab