Skip to content

Commit

Permalink
fix examples
Browse files Browse the repository at this point in the history
  • Loading branch information
wolski committed Apr 30, 2024
1 parent 5eaed53 commit 2a8fd62
Show file tree
Hide file tree
Showing 21 changed files with 2 additions and 34 deletions.
10 changes: 0 additions & 10 deletions R/A_dataset_docu.R
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,6 @@ NULL
"data_SAINTe_output"


#' Model for debugging
#' @family data
#' @keywords internal
#' @docType data
#' @format a linear model
"data_modellingResult_A"

# #@usage data_modellingResult_A <- prolfqua_data("data_modellingResult_A")



#' Model for debugging
#' @family data
Expand Down
6 changes: 2 additions & 4 deletions R/tidyMS_R6_Modelling.R
Original file line number Diff line number Diff line change
Expand Up @@ -567,9 +567,9 @@ linfct_from_model <- function(m, as_list = TRUE){
build_models <- function(model = c("factors", "interaction"), Nprot = 10, with_missing = TRUE, weight_missing = 1) {
model <- match.arg(model)
model <- if (model == "factors") {
"~ Treatment * Background"
"~ Treatment + Background"
} else {
"~ Treatment + Background"
"~ Treatment * Background"
}
istar <- prolfqua::sim_lfq_data_protein_2Factor_config(Nprot = Nprot, with_missing = with_missing, weight_missing = weight_missing)
istar <- prolfqua::LFQData$new(istar$data,istar$config)
Expand Down Expand Up @@ -984,8 +984,6 @@ pivot_model_contrasts_2_Wide <- function(modelWithInteractionsContrasts,
#' @export
#' @keywords internal
#' @examples
#' #data("data_modellingResult_A")
#' #modelSummary_A <- data_modellingResult_A
#' modelSummary_A <- build_models()
#' m <- get_complete_model_fit(modelSummary_A$modelDF)
#'
Expand Down
1 change: 0 additions & 1 deletion man/PACKAGE_DATA.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions man/contrasts_linfct.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion man/data_IonstarProtein_subsetNorm.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion man/data_SAINTe_output.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion man/data_Yeast2Factor.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion man/data_basicModel_p1807.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion man/data_benchmarkExample.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion man/data_checksummarizationrobust87.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion man/data_checksummarizerobust.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion man/data_checksummarizerobust69.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion man/data_correlatedPeptideList.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion man/data_interactionModel_p1807.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion man/data_ionstar.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion man/data_multigroupFC.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion man/data_skylinePRMSample_A.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion man/data_skylineSRM_HL_A.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion man/data_spectronautDIA250_A.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion man/data_test_confusion_matrix_scores.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion man/prolfqua_data.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2a8fd62

Please sign in to comment.