Description Usage Arguments Details Value Author(s)
View source: R/findReplaceNames.R
This script will find and replace expressions in sequence names of fasta files.
1 2 | findReplaceNames(path.to.fasta, input.id.name,
expr.to.replace = "(_uce-\\d+)", replacement = "")
|
path.to.fasta |
character string. path to the directory of fasta files. |
input.id.name |
character string. Text indicating a wildcard to find the loci to process. |
expr.to.replace |
charactees to exclude from samples names |
replacement |
Ex. if the names starts as DBS_355_uce-8046a, it will end up as DBS_355a (note the regex in 'gsub')
processed sequence alignmnents to the to the output directory.
Edward Myers and Marcelo Gehara
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.