stemPlot: A function for stems plotting

View source: R/stemPlot.R

stemPlotR Documentation

A function for stems plotting

Description

Given a RNA secondary structure,it compute stems in the RNA secondary structure and plots the RNA secondary structure

Usage

stemPlot(ctFile)

Arguments

ctFile

A RNA secondary structure file containing structure information

Value

Return a list containing base positions in stems

Examples

###
data(DataRNAstr)
stemPlot(DataRNAstr)

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

Related to stemPlot in RNAsmc...