guidance2: GUIDetree-based AligNment ConficencE 2

Description Usage Arguments Details Value Author(s) References See Also

View source: R/guidance2.R

Description

MSA reliability assessment GUIDANCE2 (Sela et al. 2015)

Usage

1
2
3
4
guidance2(sequences, msa.program = "mafft", exec, bootstrap = 100,
  n.part = "auto", col.cutoff = "auto", seq.cutoff = "auto",
  mask.cutoff = "auto", parallel = TRUE, ncore = "auto",
  method = "auto", alt.msas.file, n.coopt = "auto")

Arguments

sequences

An object of class DNAbin or AAbin containing unaligned sequences of DNA or amino acids.

msa.program

A charcter string giving the name of the MSA program, currelty one of c("mafft", "muscle", "clustalw2"); MAFFT is default

exec

A character string giving the path to the executable of the alignment program.

bootstrap

An integer giving the number of perturbated MSAs.

col.cutoff

numberic between 0 and 1; specifies a cutoff to remove unreliable columns below the cutoff; either user supplied or "auto" (0.73)

seq.cutoff

numberic between 0 and 1; specifies a cutoff to remove unreliable sequences below the cutoff; either user supplied of "auto" (0.5)

mask.cutoff

specific residues below a certain cutoff are masked ('N' for DNA, 'X' for AA); either user supplied of "auto" (0.5)

parallel

logical, if TRUE, specify the number of cores

ncore

number of cores

method

further arguments passed to mafft, default is "auto"

mask

specific residues below a certain cutoff are masked ('N' for DNA, 'X' for AA)

Details

Calculates column confidence (and other scors) by comparing alternative MSAs generated by the GUIDANCE with varying gap opening panelty and the HoT methodology. First 100 alternative MSAs (with BP guide trees) with varying gap opening panelty are produced, then for each n (default = 4) co-optimal alignments are produced using HoT. The basic comparison between the BP MSAs and a reference MSA is if column residue pairs are identically aligned in all alternative MSAs compared with the base MSA (see compareMSAs).

Value

alignment_score: is the GUIDANCE alignment score

GUIDANCE_residue_score

GUIDANCE_score: is the GUIDANCE column score

GUIDANCE_sequence_score

guidance_msa: is the base MSA removed from unreliable columns below cutoff

base_msa

Author(s)

Franz-Sebastian Krah

Christoph Heibl

References

Felsenstein J. 1985. Confidence limits on phylogenies: an approach using the bootstrap. Evolution 39:783<e2><80><93>791

Penn et al. (2010). An alignment confidence score capturing robustness to guide tree uncertainty. Molecular Biology and Evolution 27:1759–1767

Sela et al. (2015). GUIDANCE2: accurate detection of unreliable alignment regions accounting for the uncertainty of multiple parameters. Nucleic acids research 43:W7–W14

G. Landan and D. Graur (2008). Local reliability measures from sets of co-optimal multiple sequencesuence alignments. Pacific Symposium on Biocomputin. 13:15–24

See Also

compareMSAs, guidance, HoT


heibl/rpg documentation built on May 17, 2019, 3:23 p.m.