computing_depth_paranome {shinyWGD} | R Documentation |
Compute the Depth of Anchored Points in a Paranome Comparison
Description
This function computes the depth of anchored points in a paranome comparison based on the provided parameters.
Usage
computing_depth_paranome(
anchorpoint_ks_file,
multiplicon_id,
selected_query_chr
)
Arguments
anchorpoint_ks_file |
The file containing anchor point and Ks value data. |
multiplicon_id |
The IDs of the multiplicons to consider. |
selected_query_chr |
The list of selected query chromosomes. |
Value
A list containing the depth dataframe.
[Package shinyWGD version 1.0.0 Index]