inst/unitTests/test_classes.R

test_TxFeatures <- function()
{

    txf <- TxFeatures()
    checkTrue(is(txf, "TxFeatures"))
    
}

test_SGFeatures <- function()
{

    sgf <- SGFeatures()
    checkTrue(is(sgf, "SGFeatures"))
    
}

test_SGVariants <- function()
{

    sgv <- SGVariants()
    checkTrue(is(sgv, "SGVariants"))
    
}

test_SGFeatureCounts <- function()
{

    sgfc <- SGFeatureCounts()
    checkTrue(is(sgfc, "SGFeatureCounts"))
    
}

test_SGVariantCounts <- function()
{

    sgvc <- SGVariantCounts()
    checkTrue(is(sgvc, "SGVariantCounts"))
    
}

Try the SGSeq package in your browser

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

SGSeq documentation built on Nov. 8, 2020, 8:31 p.m.