loopLength: internal function that determines the length of a loop

View source: R/RRNA.r

loopLengthR Documentation

internal function that determines the length of a loop

Description

Used by RNAPlot to get the length of a loop

Usage

loopLength(input, start)

Arguments

input

CT file makeCt("((((...))))","AAAACCCUUUU")

start

Position of the first nucleotide in the the loop

Value

Retuns a list contianing the output and stems

Author(s)

JP Bida

Examples

ct=makeCt("((((...((((..))))..((((...)))).))))","AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA")
out=loopLength(ct,4)

jpbida/RRNA documentation built on April 28, 2024, 1:27 p.m.