Description Usage Arguments Author(s) Examples
This concatenates fasta files based on a given threshold. It read all fasta files within the working directory that matches matching a given pattern (e.g. Cluster)
NOTE: THIS FUNCTION WAS DIRECTLY MODIFIED FROM evobiR PACKAGE! I'M NOT THE ORIGINAL AUTHOR (ASK HEATH BLACKMON FOR FURTHER DETAILS).
1 | supermatrix_SF(threshold, pattern)
|
pattern |
Common pattern for every target sequence files (e.g. Cluster) |
Cristian Roman-Palacios
1 2 3 4 | ## Not run:
supermatrix_SF(threshold=0.2, pattern="Cluster")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.