For the loop pointed to by lp, determine the radius of the loop that will
ensure that each base around the loop will have a separation of at least
lencut around the circle.
A Bezier curve can be defined by four points,
see http://en.wikipedia.org/wiki/Bezier_curve#Cubic_B.C3.A9zier_curves
Here we give this four points and an array of bases indexes
(which must be indexes in this RNA sequence) which will be moved
to be on the Bezier curve.
Draws a secondary structure of RNA using the default drawing algorithm
and displays it, using an interpolated transition between the previous
one and the new one.
Draws a secondary structure of RNA using the default drawing algorithm
and displays it, using an interpolated transition between the previous
one and the new one.
Draws a secondary structure of RNA using a given drawing algorithm and
displays it, using an interpolated transition between the previous one
and the new one.
Draws a secondary structure of RNA using the default drawing algorithm
and displays it, using an interpolated transition between the previous
one and the new one.
Draws a secondary structure of RNA using the default drawing algorithm
and displays it, using an interpolated transition between the previous
one and the new one.
Draws a secondary structure of RNA using a given drawing algorithm and
displays it, using an interpolated transition between the previous one
and the new one.
drawRNALine() -
Method in class fr.orsay.lri.varna.models.rna.RNA