Skip to content

Commit

Permalink
Don't display peptide workflow-specific parameters in PD proteins set…
Browse files Browse the repository at this point in the history
…tings table
  • Loading branch information
csoneson committed May 2, 2024
1 parent 64b9f45 commit 6c925cf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion inst/extdata/process_basic_template.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,10 @@ if (expType == "ProteomeDiscoverer") {
if (inputLevel == "Proteins") {
settingsList <- settingsList[!(names(settingsList) %in%
c("Min. number of PSMs",
"Min. delta score"))]
"Min. delta score",
"Modifications column",
"Exclude unmodified peptides",
"Modifications to keep"))]
}
if (inputLevel == "PeptideGroups") {
settingsList <- settingsList[!(names(settingsList) %in%
Expand Down

0 comments on commit 6c925cf

Please sign in to comment.