Vizualize_MultAlignment: Vizualize_MultAlignment (TESTING)

Description Usage Arguments Value

View source: R/Vizualize_MultAlignment.R

Description

Converts Multiple Alignments object to data.frame

Usage

1
2
3
4
5
6
7
8
Vizualize_MultAlignment(
  AAS,
  restrict_to = FALSE,
  restrict_by,
  sortbyIdentity = TRUE,
  DistanceMatrix = NULL,
  ROI = NULL
)

Arguments

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.

Value

ggplot2 showing aligned sequences


moritzlindner/genotypetools documentation built on March 7, 2021, 12:17 a.m.