Description Usage Arguments Value
View source: R/Vizualize_MultAlignment.R
Converts Multiple Alignments object to data.frame
1 2 3 4 5 6 7 8 | Vizualize_MultAlignment(
AAS,
restrict_to = FALSE,
restrict_by,
sortbyIdentity = TRUE,
DistanceMatrix = NULL,
ROI = NULL
)
|
AAS |
AAStringSet containing sequences to align |
restrict_to |
FALSE=prints full alignment, "Sequence": only plot range, where sequence given in @param restrict_by is aligned. "Range", only plot range given in restrict_by |
sortbyIdentity |
if restrict_to="Sequence", order by similarity to the Sequence named in restrict_by |
DistanceMatrix |
if restrict_to="Sequence", optional 2x lengh of Sequene named in restrict_by matrix arranging the x position of the reads. useful for plotting alongside ab1 grahps |
ROI |
Range of pos values. If given, marks region on plot in the defined range. |
ggplot2 showing aligned sequences
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.