View source: R/computeAnchorPointDepth.R
computing_depth | R Documentation |
This function calculates the depth of anchored points based on the provided parameters.
computing_depth(
anchorpoint_ks_file,
multiplicon_id,
selected_query_chr,
selected_subject_chr = NULL
)
anchorpoint_ks_file |
The file containing anchorpoint and Ks data. |
multiplicon_id |
The ID of the multiplicon to consider. |
selected_query_chr |
A list of selected query chromosomes. |
selected_subject_chr |
A list of selected subject chromosomes (optional). |
A list containing depth data frames, including "query_depth" and "subject_depth" if subject chromosomes are specified, or "depth" if not.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.