Description Usage Arguments Value Author(s) References Examples
Call t_coffee to calculate Transitive Consistency Scores (TCS) for all alignments in a folder
1 |
folder |
Character vector of length one; the path to the folder containing the alignments. |
pattern |
An optional regular expression. Only alignment files with names that match the regular expression will be included. |
number_cores |
Number of cores for t-coffee to use. |
other_args |
Character vector; other arguments to pass to t_coffee. Each should be an element of the vector. |
... |
Additional other arguments. Not used by this function, but meant to be used by |
A numeric vector; the overall TCS scores for all alignments in the folder.
Externally, plain text files that include TCS scores for each sequence, position, and the whole alignment overall, for each alignment. The files will be written to folder
, and named <alignment>.score_ascii
, where <alignment>
is the filename of the input alignment.
Joel H Nitta, joelnitta@gmail.com
Chang JM, Di Tommaso P, Notredame C. TCS: a new multiple sequence alignment reliability measure to estimate alignment accuracy and improve phylogenetic tree reconstruction. Mol Biol Evol. 2014 Jun. 31(6):1625-37. http://www.tcoffee.org/Projects/tcs/
1 | ## Not run: tcs_loop(folder = "some/folder/with/alignments/", pattern = "fa.mafft.aln-cln$")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.