-
Notifications
You must be signed in to change notification settings - Fork 16
Workflows: panoply_process_SM_table
wcorinne edited this page Aug 29, 2025
·
1 revision
This workflow performs preprocessing on the output of Spectrum Mill (SM) software; data is parsed and normalized, and an interactive report of the normalization results is generated. It executes the following modules:
module | description |
---|---|
panoply_process_SM_table |
parse and format SM output into GCT format |
panoply_normalize_ms_data |
performs data normalization |
panoply_normalize_ms_data_report |
creates an interactive R Markdown report of the data normalization results |
-
input_ssv
: (.ssv
file) semi-colon separated output table generated by Spectrum Mill -
sample_annotation
: (.csv
file) experiment design file; must includeSample.ID
(unique),Experiment
(plex number) andChannel
(TMT channel); additional optional columns that are used in the pipeline includeQC.status
(exclude samples from final table ifQC.status
is notQC.pass
) andParticipant
(replicates are identified as having the same ID in this column) -
job_identifier
: (String) label to be associated with run -
ome_type
: (String) proteomics data type (e.g. proteome, phosphoproteome, etc) -
yaml
: (.yaml
file) master-parameters.yaml
-
labelType
: (String, default = 'TMT10') type if chemical labeling used for multiplexing in MS proteomics data generation; options are-
TMT10
(TMT-10 with 131 channel as common reference) -
TMT11
(TMT-11 with 131C channel as common reference) -
TMT10.126
(TMT-10 with 126 channel as common reference) -
iTRAQ4
(iTRAQ 4-plex with 117 as common reference)
-
-
applyNumratioFilter
: (String, default = TRUE) flag for applying numRatio based filter -
minNumratioProteome
: (Int, default = 2 for protome) minimum number of ratios that need to be observed for each protein/PTM site in order to retain in the filtered table (YAML only) -
minNumratioPTMs
: (Int, default = 1 for PTMs) minimum number of ratios that need to be observed for each protein/PTM site in order to retain in the filtered table (YAML only) -
minNumratioFraction
: (Float, default = 0.25) fraction of samples in whichminNumratio
should be present to retain protein/PTM site -
speciesFilter
: (String, default = TRUE) enable species filtering to retain only human proteins -
ndigits
: (Int, default = 5) number of decimal digits to use in outputgct
tables -
outFile
: (String, default = "panoply_parse_sm_table-output.tar") output.tar
file name
-
normMethod
: (String, default = '2comp') normalization method; options are '2comp', 'median', 'mean' -
altMethod
: (String, default = 'median') alternate normalization method for comparison withnormMethod
; downstream modules typically do not generate analyses for the data normalized usingaltMethod
-
ndigits
: (Int, default = 5) number of decimal digits to use in output tables -
outTar
: (String, default = "panoply_normalize_ms_data-output.tar") output.tar
file name -
outTable
: (String, default = "normalized_table-output.gct") output.gct
normalized file name
panoply_process_SM_table
produces the follow outputs:
-
output_tar
: (.tar
) An output tar file containing the normalized data results -
output_report
: (.html
file) Interactive R Markown report.
- Home
- PANOPLY Tutorial
- Data Preparation Modules
-
Data Analysis Modules
- panoply_association
- panoply_blacksheep
- panoply_clumps_ptm_diffexp
- panoply_clumps_ptm
- panoply_clumps_ptm_postprocess
- panoply_cmap_analysis
- panoply_cna_correlation
- panoply_cons_clust
- panoply_immune_analysis
- panoply_metaboanalyst
- panoply_mimp
- panoply_nmf
- panoply_nmf_postprocess
- panoply_omicsev
- panoply_quilts
- panoply_rna_protein_correlation
- panoply_sankey
- panoply_ssgsea
-
Report Modules
- panoply_association_report
- panoply_blacksheep_report
- panoply_clumps_ptm_report
- panoply_cna_correlation_report
- panoply_cons_clust_report
- panoply_immune_analysis_report
- panoply_metaboanalyst_report
- panoply_mimp_report
- panoply_nmf_report
- panoply_normalize_ms_data_report
- panoply_rna_protein_correlation_report
- panoply_sampleqc_report
- panoply_sankey_report
- panoply_ssgsea_report
- Support Modules
- Navigating Results
- PANOPLY without Terra
- Customizing PANOPLY
-
Workflows
- panoply_association_workflow
- panoply_blacksheep_workflow
- panoply_clumps_ptm_workflow
- panoply_immune_analysis_workflow
- panoply_metaboanalyst_workflow
- panoply_nmf_workflow
- panoply_nmf_internal_workflow
- panoply_normalize_filter_workflow
- panoply_process_SM_table
- panoply_sankey_workflow
- panoply_ssgsea_workflow
- Pipelines