diff --git a/R/Private.alleles.R b/R/Private.alleles.R index ef87068..4afb03b 100644 --- a/R/Private.alleles.R +++ b/R/Private.alleles.R @@ -100,7 +100,7 @@ message('Formatting has finished, moving onto calculations') Uniq_alleles <- function(x) { tmp_res <- list() for(i in 3:ncol(x)){ - tmp <- unique(na.omit(unlist(strsplit(x[,i], split = '/')))) + tmp <- unique(stats::na.omit(unlist(strsplit(x[,i], split = '/')))) if(length(tmp) > 0){ tmp_res[[i]] <- tmp } else{