R/RcppExports.R

Defines functions .find_unique_geno .find_consensus_geno .encode_geno .count_unique_geno

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

.count_unique_geno <- function(g) {
    .Call(`_qtl2convert_count_unique_geno`, g)
}

.encode_geno <- function(g, old_values, new_values) {
    .Call(`_qtl2convert_encode_geno`, g, old_values, new_values)
}

.find_consensus_geno <- function(g) {
    .Call(`_qtl2convert_find_consensus_geno`, g)
}

.find_unique_geno <- function(g) {
    .Call(`_qtl2convert_find_unique_geno`, g)
}

Try the qtl2convert package in your browser

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

qtl2convert documentation built on July 11, 2022, 5:08 p.m.