R/varitas-pkg.R

#' varitas: VariTAS
#'
NULL

if(getRversion() >= "2.15.1") {
    
    utils::globalVariables(
        c(
            'sample.id',
            'Type',
            'n',
            'substitution',
            '.',
            'position.id',
            'caller',
            'gene'
        )
    );
}

Try the varitas package in your browser

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

varitas documentation built on Nov. 14, 2020, 1:07 a.m.