inst/unitTests/test_getSGFeatureCounts.R

test_getSGFeatureCounts <- function()
{

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