Skip to content

Commit

Permalink
update grouping columns for nalanced design
Browse files Browse the repository at this point in the history
  • Loading branch information
mstaniak authored May 25, 2021
1 parent 8b200ab commit 8ddafa7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/converters.R
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,8 @@ SkylinetoMSstatsFormat = function(
feature_cleaning = list(
remove_features_with_few_measurements = removeFewMeasurements,
summarize_multiple_psms = sum))
input = MSstatsBalancedDesign(input, feature_columns)
input = MSstatsBalancedDesign(input, c("PeptideSequence", "PrecursorCharge",
"FragmentIon", "ProductCharge"))

msg_final = paste("** Finished preprocessing. The dataset is ready",
"to be processed by the dataProcess function.")
Expand Down

0 comments on commit 8ddafa7

Please sign in to comment.