forked from bigbio/quantms
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmeta.yml
More file actions
31 lines (31 loc) · 1.09 KB
/
meta.yml
File metadata and controls
31 lines (31 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name: MSSTATS_TMT
description: |
A module to performance proteomics statistical analysis with tandem mass tag (TMT) labeling using MSstatsTMT tool.
- MSstatsTMT
- downStream analysis
tools:
- MSstatsTMT:
description: |
MSstatsTMT is an R-based package for detecting differentially abundant proteins in shotgun mass spectrometry-based proteomic experiments with tandem mass tag (TMT) labeling
homepage: https://github.com/Vitek-Lab/MSstatsTMT
documentation: https://www.bioconductor.org/packages/release/bioc/vignettes/MSstatsTMT/inst/doc/MSstatsTMT.html
input:
- out_msstats:
type: file
description: MSstats input file with analysis results for statistical downstream analysis in MSstatsTMT.
pattern: "out_msstats.csv"
output:
- msstats_csv:
type: file
description: csv file with results of statistical testing
pattern: "*.csv"
- version:
type: file
description: File containing software version
pattern: "versions.yml"
- log:
type: file
description: log file
pattern: "*.log"
authors:
- "@daichengxin"