Description Usage Arguments Value Examples
View source: R/exported_functions.R
screen_for_duplicate_markers
identifies and merges duplicate markers.
1 2 | screen_for_duplicate_markers(dosage_matrix, merge_NA = TRUE,
plot_cluster_size = TRUE, log = NULL)
|
dosage_matrix |
An integer matrix with markers in rows and individuals in columns. |
merge_NA |
Logical. Should missing values be imputed if non-NA in duplicated marker? By default, |
plot_cluster_size |
Logical. Should an informative plot about duplicate cluster size be given? By default, |
log |
Character string specifying the log filename to which standard output should be written. If NULL log is send to stdout. |
A list containing:
bin_list list of binned markers. The list names are the representing markers. This information can later be used to enrich the map with binned markers.
filtered_dosage_matrix dosage_matrix with merged duplicated markers. The markers will be given the name of the marker with least missing values.
1 2 | data("screened_data3")
dupmscreened <- screen_for_duplicate_markers(screened_data3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.