Skip to content

Commit

Permalink
re-enable more features in testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jvolkening committed Apr 27, 2017
1 parent cb5151b commit 8b0b3b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/testthat/test_01.R
Expand Up @@ -29,7 +29,7 @@ norm.prf <- expt
norm.prf$samples$Control$replicates$C1 <- normalize_to_profile(
expt$samples$Control$replicates$C1,
prof,
plot=F
plot=T
)
norm.prf$samples$Treated$replicates$T1 <- normalize_to_profile(
expt$samples$Treated$replicates$T1,
Expand All @@ -51,10 +51,10 @@ test_that("MSThermExperiment normalization", {
})

# Perform typical modeling
res0 <- model_experiment(norm.std, bootstrap=T, smooth=T, min_rep_psm=0, np=2, check_missing=F)
res0 <- model_experiment(norm.std, bootstrap=F, smooth=T, min_rep_psm=0, np=2, check_missing=F)
res1 <- model_experiment(norm.std, bootstrap=F, smooth=T, min_rep_psm=0, np=2, check_missing=T)
res2 <- model_experiment(norm.std, bootstrap=F, smooth=T, min_rep_psm=3, np=2)
res3 <- model_experiment(norm.std, bootstrap=F, smooth=F, min_rep_psm=3, np=2)
res3 <- model_experiment(norm.std, bootstrap=T, smooth=F, min_rep_psm=3, np=2)
sgl0 <- res0$P38707
sgl1 <- res1$P38707
sgl2 <- res1$cRAP_ALBU_BOVIN
Expand Down

0 comments on commit 8b0b3b2

Please sign in to comment.