powered by
This function removes any markers that are not used in cape. This includes markers on the sex chromosomes, mitochondrial markers, and any invariant markers.
remove_unused_markers(data_obj, geno_obj, verbose = FALSE)
a Cape object
Cape
a genotype object
A logical value indicating whether to print progress to the screen. Default is FALSE
an updated Cape object (data_obj)
# NOT RUN { data_obj <- remove_unused_markers(data_obj, geno_obj) # } # NOT RUN { # }
Run the code above in your browser using DataLab