TriplexViews
object as a 2D diagram.
Nucleotides are drawn as characters in circles and bonds as lines between
them (Watson-Crick or Hogsteen).
triplex.diagram(triplex, circles = TRUE, mbonds.lty = 1, mbonds.lwd = 2.5, wcbonds.lty = 1, wcbonds.lwd = 1, hbonds.lty = 2, hbonds.lwd = 1, labels.cex = 1, circles.cex = 1, margin = 0.1, bonds.length = 0.07)
TriplexViews
object including only one triplex.
DNAStringSet
object with computed alignment.
TriplexViews
object is required to provide additional
algorithm options (see triplex.search
). These are used for
proper computation of triplex alignment.An example of a graphical output corresponding to a triplex of type 3 with DNA sequence "GGAAAGCAATGCCAGGCAGGG" is shown in the following figure
triplex2d.png
triplex.3D
,
triplex.search
,
triplex.alignment
seq <- DNAString("GGAAAGCAATGCCAGGCAGGG")
t <- triplex.search(seq, min_score=10, p_value=1)
triplex.diagram(t[1])
Run the code above in your browser using DataLab