basepairFrequency: Calculates the frequency of each basepair

Description Usage Arguments Value Author(s) See Also Examples

View source: R/misc.R

Description

Calculates the frequency of each basepair in a given helix structure. Internally, breaks helices into basepairs, and returns a structure of unique basepairs, where the values is its frequency, regardless of original value.

Usage

1

Arguments

helix

A helix data.frame

Value

A helix data.frame of unique basepairs of length 1, with the frequency of appearance as its value, sorted by decreasing value.

Author(s)

Daniel Lai

See Also

colourByBasepairFrequency

Examples

1
2

R4RNA documentation built on Nov. 8, 2020, 5:15 p.m.