inst/unitTests/test_convertToSGFeatures.R

test_convertToSGFeatures <- function()
{

    sgf <- convertToSGFeatures(txf_ann)
    target <- sgf_ann
    current <- sgf
    ## target <- as.data.frame(target)
    ## current <- as.data.frame(current)
    checkIdentical(target, current)
    
}
ldg21/SGSeq documentation built on Oct. 14, 2020, 9:51 p.m.