View source: R/check_phase_configurations.R
get_indices_from_selected_phases | R Documentation |
Get the indices of selected linkage phases given a threshold
get_indices_from_selected_phases(x, thres)
x |
a data frame containing information about two markers. In this data frame, the lines indicate the possible configuration phases and the columns indicate the LOD for configuration phase (ph_LOD), the recombination fraction (rf), and the LOD for recombination fraction (rf_LOD) |
thres |
a threshold from which the linkage phases can be discarded (if abs(ph_LOD) > thres) |
a list of indices for both parents
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.