View source: R/delete_underscore.R
delete_underscore | R Documentation |
Because cape uses underscores to separate marker names from alleles, we need to delete any underscores that were present in the original marker names. This function does that.
delete_underscore(data_obj, geno_obj = NULL)
data_obj |
a |
geno_obj |
a genotype object |
lists containing data_obj
and geno_obj
with underscores removed from data_obj$geno_names
and dimnames(geno_obj)
. These two elements must be
entered separately into run_cape
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.