Skip to content

Commit

Permalink
Added changes for Updated MSStats
Browse files Browse the repository at this point in the history
  • Loading branch information
Anshuman Raina committed Sep 10, 2024
1 parent b63707f commit 46c3ed5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/MSstatsUpdated.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ head(annotation, 5)



We have the following converters, which allow you to convert various types of output reports which include the feature level data to the required input format of MSstats.
We have the following converters, which allow you to convert various types of output reports which include the feature level data to the required input format of MSstats. Further information about the converters can be found in the MSStatsConvert package.

1. DIANNtoMSstatsFormat
2. DIAUmpiretoMSstatsFormat
Expand Down Expand Up @@ -233,7 +233,7 @@ Visualization for model-based analysis and summarizing differentially abundant p

* __Comparison plot__ : For multiple comparisons per protein. It illustrates log-fold change and its variation of multiple comparisons for single protein. X-axis is comparison of interest. Y-axis is the log fold change. The red points are the estimated log fold change from the model. The error bars are the confidence interval with 0.95 significant level for log fold change. This interval is only based on the standard error, which is estimated from the model.

```
``` {r GroupComparisonPlots}
groupComparisonPlots(
model$ComparisonResult,
type="Heatmap",
Expand Down

0 comments on commit 46c3ed5

Please sign in to comment.