stemCords | R Documentation |
internal function that generates coordinates for an RNA secondary structure stem
stemCords(input, p1, p2, x1, y1, x2, y2, x3, y3)
input |
ct file as data frame |
p1 |
index of nucleotide in first base pair of the stem |
p2 |
index of nucleotide in first base pair of the stem |
x1 |
x coordinate of p1 |
y1 |
y coordinate of p1 |
x2 |
x coordinate of p2 |
y2 |
y coordinate of p2 |
x3 |
direction vector x component |
y3 |
direction vector y component |
set of points
This is an internal function not recommend for use out side of the ct2coord function
JP Bida
ct2coord
### Internal Function ###
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.