testthat::test_that(" semseeker:::mutations_get",{
tempFolder <- tempFolders[1]
tempFolders <- tempFolders[-1]
ssEnv <- semseeker:::init_env(tempFolder)
####################################################################################
mutations <- semseeker:::mutations_get(
values = methylation_data[,1],
figure = "HYPO",
thresholds = thresholds,
probe_features = probe_features,
sampleName = mySampleSheet[1,"Sample_ID"]
)
expect_false(length(mutations)==0)
####################################################################################
unlink(tempFolder, recursive = TRUE)
semseeker:::close_env()
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.