compare_markers {cape} | R Documentation |
Removes markers from data_obj that are not present in the geno_obj
Description
Removes markers from data_obj that are not present in the geno_obj
Usage
compare_markers(data_obj, geno_obj)
Arguments
data_obj |
a |
geno_obj |
a genotype object |
Value
The data_obj is returned, and any markers that were not present in geno_obj are removed from data_obj$geno_names
[Package cape version 3.1.2 Index]