Description Usage Arguments Details Value See Also Examples
Builds trees based on the environment around the indicated amino acid(s).
1 |
file |
path to the single multispecies fasta file to be used as input. |
r |
a positive integer indicating the radius of the sequence segment considered as environment. |
aa |
the amino acid(s) to be used to encoded the species. |
out.file |
path and name of output file. Only if intermediate results data want to be saved (see details). |
This function builds alignment-independent phylogenetic trees. The input data is a fasta file. When an out.file path is provided, the environment sequences of each species and the vector representing each species are saved in the path provided.
A list with two objects, the first one is an inter-species distance matrix. The second one is an object of class 'phylo'.
envnj(), fastaconc()
1 | ## Not run: env.fasta(file = "./data_t/sample5.fasta")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.