Skip to content

Commit

Permalink
do not remove a plot for all proteins in msstats_tmt.R
Browse files Browse the repository at this point in the history
  • Loading branch information
ypriverol committed Sep 15, 2023
1 parent 6a78acb commit a860ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/msstats_tmt.R
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ processed.quant <- proteinSummarization(quant, method=args[8],remove_empty_chann
reference_norm=reference_norm, remove_norm_channel=remove_norm_channel
)

dataProcessPlotsTMT(processed.quant, "ProfilePlot", width=12, height=12, which.Protein="all")
dataProcessPlotsTMT(processed.quant, "ProfilePlot", width=12, height=12, which.Protein="allonly")
dataProcessPlotsTMT(processed.quant, "QCPlot", width=12, height=12, which.Protein="allonly")

lvls <- levels(as.factor(processed.quant$ProteinLevelData$Condition))
Expand Down

0 comments on commit a860ade

Please sign in to comment.