Skip to content

Commit b5dbc37

Browse files
committed
Move Benchmark.R to prolfquabenchmark and remove unused dependencies
Benchmark R6 class and helpers (ionstar_bench_preprocess, make_benchmark, ms_bench_add_scores, ms_bench_auc) were used exclusively by prolfquabenchmark. Moving them there reduces prolfqua's API surface. Also removes ggpubr and ggridges from Imports (no longer needed) and fixes phantom data_Yeast2Factor documentation.
1 parent ec13d52 commit b5dbc37

11 files changed

Lines changed: 0 additions & 1332 deletions

DESCRIPTION

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ Imports:
3535
ggplot2,
3636
ggbeeswarm,
3737
ggrepel,
38-
ggridges,
39-
ggpubr,
4038
limma,
4139
lme4,
4240
lmerTest,

NAMESPACE

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# Generated by roxygen2: do not edit by hand
22

33
S3method(print,pheatmap)
4-
export(.summarise_missing_contrasts)
54
export(AnalysisConfiguration)
6-
export(Benchmark)
75
export(Contrasts)
86
export(ContrastsDEqMSFacade)
97
export(ContrastsFirth)
@@ -83,7 +81,6 @@ export(impute_with_zcomp)
8381
export(intensity_summary_by_hkeys)
8482
export(interaction_contrasts)
8583
export(interaction_missing_stats)
86-
export(ionstar_bench_preprocess)
8784
export(isSingular_lm)
8885
export(jackknife)
8986
export(jackknife_matrix)
@@ -97,7 +94,6 @@ export(linfct_from_model)
9794
export(linfct_matrix_contrasts)
9895
export(list_to_AnalysisConfiguration)
9996
export(main_effect_contrasts)
100-
export(make_benchmark)
10197
export(make_interaction_column)
10298
export(make_reduced_hierarchy_config)
10399
export(matrix_to_tibble)
@@ -115,8 +111,6 @@ export(moderated_p_deqms)
115111
export(moderated_p_deqms_long)
116112
export(moderated_p_limma)
117113
export(moderated_p_limma_long)
118-
export(ms_bench_add_scores)
119-
export(ms_bench_auc)
120114
export(multigroup_volcano)
121115
export(my_contest)
122116
export(my_contrast)

R/A_dataset_docu.R

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,3 @@ NULL
169169
#' @docType data
170170
#' @keywords internal
171171
"data_spectronautDIA250_A"
172-
173-
#' example of 2 Factor data
174-
#' @family data
175-
#' @docType data
176-
#' @keywords internal
177-
"data_Yeast2Factor"

0 commit comments

Comments
 (0)