Learn R Programming

RNAsmc (version 0.6.0)

bulge_loop: 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

Examples

Run this code
# NOT RUN {
##########
data(DataRNAstr)
bulge_loop(DataRNAstr)
# }

Run the code above in your browser using DataLab