bulge_loop: Internal function for getting bulge loops in a RNA secondary...

View source: R/bulge_loop.R

bulge_loopR Documentation

Internal function for getting bulge loops in a RNA secondary structure

Description

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

Usage

bulge_loop(ctFile)

Arguments

ctFile

A RNA secondary structure file containing structure information

Value

Return a list containing information of bulge loops

Author(s)

Zheng Hewei

Examples

##########
data(DataRNAstr)
bulge_loop(DataRNAstr)

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

Related to bulge_loop in RNAsmc...