HoT | R Documentation |
MSA reliability assessment HoT (Landan and Graur 2008)
HoT(sequences, method = "auto", bootstrap,
msa.exec = "/usr/local/bin/mafft", ncore = 1, zip.file)
sequences |
object of class |
method |
further argument passed to MAFFT, default is |
bootstrap |
integer giving the number of alternative MSAs to be computed |
msa.exec |
A character string giving the path to the executable of the
alignment program (e.g. |
ncore |
integer specifying the number of cores; default = 1 (serial), "auto" can be used for automated usage of all detected cores. |
zip.file |
A character string giving the name for the output zip file. |
Calculates column reliability (and other scors) by comparing
alternative MSAs generated by aligning guide tree partitions as described
in Landan and Graur (2008). For details see compareMSAs
. 8*(N-3)
alternative MSAs are generated by default, where N is the number of
sequences.
For an example workflow see Vignette
An object of class guidanceDNA
or
guidanceAA
.
Franz-Sebastian Krah
Landan and Graur. 2008. Local reliability measures from sets of co-optimal multiple sequence alignments. Pacific Symposium on Biocomputing 13:15–24.
msa_set_score
, guidance
,
guidance2
## Not run:
# run GUIDANCE on example data using MAFFT
fpath <- system.file("extdata", "BB30015.fasta", package="rGUIDANCE") # random example from BALiBASE
fas <- ape::read.FASTA(fpath)
g <- HoT(sequences = fas, msa.exec= "/usr/local/bin/mafft")
scores <- scores(g, score = "column")
plot(scores$column$score, xlab = "Site",
ylab = "Column score",
main = "HoT", type ="l")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.