R/get_allele_columns.R

Defines functions .get_allele_columns

.get_allele_columns <- function(y){

  y[startsWith(names(y), "Allele")]
}

Try the simDNAmixtures package in your browser

Any scripts or data that you put into this service are public.

simDNAmixtures documentation built on April 15, 2025, 1:11 a.m.