tests/test_pathway.R

context("test_pathway.R")
#
# create deseq2 object
#

#FPM
("../test_data/chr22_ERCC92_CDS_count_FPM.csv", "../test_data/test_euk.txt", "outdir")

#
# check if pdf file exist test
#
expect_true(file.exists(file.path("outdir", "chr22_ERCC92_CDS_count_FPM_heatmap.pdf")))

#
# check if png file exist test
#
expect_true(file.exists(file.path("outdir", "chr22_ERCC92_CDS_count_FPM_heatmap.png")))

#
unlink("outdir", recursive = TRUE)
mshakya/RPiReT documentation built on May 26, 2019, 9:36 a.m.