Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tonywu1999 committed Nov 1, 2024
1 parent df6c5ba commit 1ee7b04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions R/converters.R
Original file line number Diff line number Diff line change
Expand Up @@ -1629,10 +1629,9 @@ MetamorpheusToMSstatsPTMFormat = function(input,
#' unmodified peptides can be extracted from `input` to be used in place of a
#' global profiling run. Default is `FALSE`.
#' @param mod_ids List of modifications of interest. Default
#' is a list with only `\\(Phospho\\)`.
#' is a list with only `Phospho`.
#' Please note that the 'mod_ids' parameter currently supports lists of size 1 only.
#' Future updates aim to extend its functionality to accommodate lists of greater sizes.
#' Note `\\` must be included before special characters.
#' @param useUniquePeptide TRUE (default) removes peptides that are assigned for
#' more than one proteins. We assume to use unique peptide for each protein.
#' @param removeFewMeasurements TRUE (default) will remove the features that
Expand Down
7 changes: 3 additions & 4 deletions man/ProteinProspectortoMSstatsPTMFormat.Rd

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

0 comments on commit 1ee7b04

Please sign in to comment.