-
Notifications
You must be signed in to change notification settings - Fork 16
Data Preparation Modules: panoply_parse_sm_table
wcorinne edited this page Aug 25, 2025
·
3 revisions
This module extracts useful and relevant data from the output files generated by Spectrum Mill (SM) software. Sample annotations provided in the exptDesign
file are included (as column annotations) in the output gct
file, in addition to a collection of useful protein/PTM site-specific information (row annotations) extracted from the input data table.
Required inputs:
-
SMtable
: (.ssv
file) semi-colon separated output table generated by Spectrum Mill -
exptDesign
: (.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) -
analysisDir
: (String) name of analysis directory -
type
: (String) proteomics data type (proteome, phosphoproteome, etc) -
yaml
: (.yaml
file) master-parameters.yaml
Optional inputs:
-
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
-
outputs
: Tarball with the following.gct
files in theparsed-data
subdirectory:-
*-intensity
report ion intensities (for channels with samples) for each protein/PTM site -
*-num-ratio
number of PSM ratios observed for each protein/PTM site -
*-num-spectra
number of spectra observed for each protein/PTM site -
*-precursor-intensity
precursor ion intensity for each protein/PTM site -
*-ratio
log2 ratio to common reference for each protein/PTM site -
*-reference-intensity
reporter ion intensity of the common reference channel for each protein/PTM site -
*-unique-peptides
unique peptide count for each protein/PTM site
-
- 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