inst/unitTests/test_mergeTxFeatures.R

test_mergeTxFeatures <- function()
{

    txf_merged <- mergeTxFeatures(txf_pred, txf_pred)
    target <- txf_pred
    current <- txf_merged
    ## target <- as.data.frame(target)
    ## current <- as.data.frame(current)
    checkIdentical(target, current)
    
}

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.