Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions R/MSstatsConvert_core_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -393,8 +393,12 @@ MSstatsPreprocess = function(
#'
#' @param input `data.table` processed by the `MSstatsPreprocess` function
#' @param feature_columns str, names of columns that define spectral features
#' @param fill_incomplete if TRUE (default), Intensity values for missing runs
#' will be added as NA
#' @param fill_incomplete if TRUE (default), ensures that rows with missing data
#' for specific features are added as NA. For example, if the y10 ion of
#' peptideA is measured in the "disease" samples but entirely missing for the
#' "healthy" samples, rows with NA values will be created for the y10 ion of
#' peptideA in the "healthy" group. This process increases the number of
#' rows to account for all possible feature-sample combinations.
#' @param handle_fractions if TRUE (default), overlapping fractions will be resolved
#' @param fix_missing str, optional. Defaults to NULL, which means no action.
#' If not NULL, must be one of the options: "zero_to_na" or "na_to_zero".
Expand Down
1 change: 1 addition & 0 deletions R/clean_ProteomeDiscoverer.R
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@
#' @param num_proteins_column column name for number of protein groups passed from user
#' @param run_column column name for Run ID, depends on PD version
#' @param channels list of column names for channels
#' @noRd
.validatePDTMTInputColumns = function(pd_input,
protein_id_column,
num_proteins_column,
Expand Down
8 changes: 6 additions & 2 deletions man/MSstatsBalancedDesign.Rd

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

14 changes: 0 additions & 14 deletions man/MSstatsConvert.Rd

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

4 changes: 2 additions & 2 deletions man/ProteinProspectortoMSstatsTMTFormat.Rd

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

3 changes: 2 additions & 1 deletion man/dot-cleanRawPDMSstats.Rd

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

3 changes: 2 additions & 1 deletion man/dot-cleanRawPDTMT.Rd

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

25 changes: 0 additions & 25 deletions man/dot-validatePDTMTInputColumns.Rd

This file was deleted.

Loading