R/RcppExports.R

Defines functions write_bed_cpp read_bed_cpp count_lines_cpp

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

count_lines_cpp <- function(filepath) {
    .Call('_genio_count_lines_cpp', PACKAGE = 'genio', filepath)
}

read_bed_cpp <- function(file, m_loci, n_ind) {
    .Call('_genio_read_bed_cpp', PACKAGE = 'genio', file, m_loci, n_ind)
}

write_bed_cpp <- function(file, X, append) {
    invisible(.Call('_genio_write_bed_cpp', PACKAGE = 'genio', file, X, append))
}

Try the genio package in your browser

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

genio documentation built on Jan. 7, 2023, 1:12 a.m.