Description Usage Arguments Value Examples
View source: R/exported_functions.R
This is a wrapper for marker_binning
.
It applies marker_binning
to a nested list as output of split_linkage_info
1 2 |
dosage_matrix |
A dosage |
linkage_list |
A nested |
r_thresh |
Numeric. Threshold at which markers are binned. Is calculated if NA. |
lod_thresh |
Numeric. Threshold at which markers are binned. Is calculated if NA. |
return_removed_marker_info |
Logical. Should removed marker information be returned? If TRUE, output is a list containing the linkage list with binned markers removed and a dataframe with removed marker information. |
log |
Character string specifying the log filename to which standard output should be written. If NULL log is send to stdout. |
... |
Arguments passed to |
A list of linkage data.frames
with binned markers removed.
If return_removed_marker_info = TRUE
, a list containing the above linkage dataframes (linkage_list) and a dataframe
with removed marker information, called removed_markers.
1 2 3 4 5 | data("screened_data3", "all_linkages_list_P1_split")
mb<-marker_binning_list(screened_data3,
all_linkages_list_P1_split,
target_parent="P1",
other_parent="P2")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.