create_ksrates_configure_file_based_on_table | R Documentation |
This function generates a Ksrates configuration file based on a data table and other parameters.
create_ksrates_configure_file_based_on_table(
data_table,
focal_species,
newick_tree_file,
ksrates_conf_file,
species_info_file,
working_wd
)
data_table |
The data table containing information about species, proteomes, and GFF files. |
focal_species |
The name of the focal species. |
newick_tree_file |
The path to the Newick tree file. |
ksrates_conf_file |
The path to the Ksrates configuration file to be generated. |
species_info_file |
The path to the species information file. |
working_wd |
A character string specifying the working directory to be used. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.