Description Usage Arguments Details Author(s) References Examples
This function retrieves all PHYLOTA clusters for a given clade. Make sure that there are informative clusters in the database. Otherwise it will not work. This function (1) creates a new folder in your working directory, and (2) saves each cluster into a fasta format file.
Two additional arguments were included into the function to (1) perform multiple sequence alignment of each orthologous cluster and (2) run aliscore on the same set.
I suggest using SuperMatrix function (evobioR package) to concatenate MSAs.
1 | get_PHYLOTA(clade,MSA=FALSE, ALI=FALSE, c_directory=FALSE)
|
clade |
String: Lineage name (e.g. "Sphyraena") |
MSA |
Logical: Perform a MSA on the clusters (only ClustalOmega available) |
ALI |
Logical: Run Aliscore on the MSA |
c_directory |
Logical: Should the function work in your current working directory? |
Please select a single clade. No
Cristian Roman-Palacios
Sanderson, M. J., Boss, D., Chen, D., Cranston, K. A., & Wehe, A. (2008). The PhyLoTA Browser: processing GenBank for molecular phylogenetics research. Systematic Biology, 57(3), 335-346.
Misof, B., & Misof, K. (2009). A Monte Carlo approach successfully identifies randomness in multiple sequence alignments: a more objective means of data exclusion. Systematic biology, 58(1), 21-34.
Sievers, F., & Higgins, D. G. (2014). Clustal Omega, accurate alignment of very large numbers of sequences. Multiple sequence alignment methods, 105-116.
1 2 3 4 | ## Not run:
get_PHYLOTA("Sphyraena", MSA=TRUE, ALI=TRUE, c_directory=T)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.