inst/unitTests/test_analyzeFeatures.R

test_analyzeFeatures <- function()
{

    path <- system.file("extdata", package = "SGSeq")
    si$file_bam <- file.path(path, "bams", si$file_bam)
    sgfc <- analyzeFeatures(si, gr)
    SGSeq:::checkIdenticalSummarizedExperiment(sgfc_pred, sgfc)
    
}
ldg21/SGSeq documentation built on Oct. 14, 2020, 9:51 p.m.