Description Usage Arguments Value Author(s)
View source: R/alignerTrimmer.R
This function aligns and trims all fasta sequences present in a directory
1 2 3 4 | alignerTrimmer(path.to.fasta = getwd(), samples.cutoff = 10,
quantile.cutoff = 0.25, segsites.cutoff = 0.5, remove.gaps = T,
input.id.name = "uce-", output.prefix = "ALTRIM_",
output.dir = "OUT")
|
path.to.fasta |
character string. path to the directory of fasta files. |
samples.cutoff |
integer. Exclude loci that have less samples than the sample.cutoff. |
quantile.cutoff |
float. Exclude all sequences with length bellow the quantile of the distribution of lengths across all samples. This is to exclude samples with short sequences before trimming. |
segsites.cutoff |
float. Exclude locus if the number segsites is larger than the segsites.cutoff of total length of the alignment. |
remove.gaps |
logical. If TRUE remove gaps and trim alignment. |
input.id.name |
character string. Text indicating a wildcard to find the loci to process. |
output.prefix |
character string. Text prefix to identify the output. |
output.dir |
character string. Path to the output directory. |
processed sequence alignmnents to the to the output directory.
Marcelo Gehara and Edward Myers
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.