tests/testthat/test_deprication.R

test_that("End to end", {
    file <- system.file("extdata", "allelic_counts_HG00187.csv", 
                        package="tMAE", mustWork=TRUE)
    
    maeCounts <- fread(file)
    maeRes <- DESeq4MAE(maeCounts)
    
    expect_warning(add_gnomAD_AF(data=maeRes, gene_assembly='hg19', pop="AF"),
            "'gene_assembly' is depricated.")
})
mumichae/tMAE documentation built on Oct. 11, 2021, 11:41 p.m.