R/twobit_seqstats.R

Defines functions twobit_seqlengths twobit_seqstats

Documented in twobit_seqlengths twobit_seqstats

twobit_seqstats <- function(filepath)
{
    filepath <- normarg_filepath(filepath)
    .Call("C_get_twobit_seqstats", filepath, PACKAGE="Rtwobitlib")
}

twobit_seqlengths <- function(filepath)
{
    filepath <- normarg_filepath(filepath)
    .Call("C_get_twobit_seqlengths", filepath, PACKAGE="Rtwobitlib")
}

Try the Rtwobitlib package in your browser

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

Rtwobitlib documentation built on June 8, 2025, 12:16 p.m.