View source: R/obtain_coordinates_for_anchorpoints_ks.R
obtain_coordiantes_for_anchorpoints_ks | R Documentation |
This function extracts coordinates and Ks (synonymous substitution rate) values for anchorpoints from input data and merges them into a single output file.
obtain_coordiantes_for_anchorpoints_ks(
anchorpoints,
anchorpoints_ks,
genes_file,
out_file,
out_ks_file,
species
)
anchorpoints |
A character string specifying the file path for anchorpoints data. |
anchorpoints_ks |
A character string specifying the file path for anchorpoints Ks values data. |
genes_file |
A character string specifying the file path for genes information. |
out_file |
A character string specifying the output file path for coordinates. |
out_ks_file |
A character string specifying the output file path for Ks values. |
species |
A character string specifying the species name. |
NULL (output files are generated with the specified information).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.