nf-core/percolator @ 0.0.0-e2d3f0d
Summary
Rescore peptide-spectrum matches and estimate false discovery rates using the Percolator semi-supervised learning algorithm.
Get started
Add the following snippet to your workflow script to include this module.
include { PERCOLATOR } from 'nf-core/percolator'
License
MIT License
Name
|
PERCOLATOR |
|---|
meta
map
|
Groovy Map containing sample information. e.g. |
|---|---|
peptide_identification
file
|
peptide identifications as PIN (Percolator input) file *.pin
|
weights
tuple
meta
map
|
Groovy Map containing sample information. e.g. |
|---|---|
${prefix}.weights.tsv
file
|
TSV file containing the final feature weights *.weights.tsv
|
pout_xml
tuple
meta
map
|
Groovy Map containing sample information. e.g. |
|---|---|
${prefix}.pout.xml
file
|
Percolator output in XML format containing all PSM-level results *.pout.xml
|
decoy_psms
tuple
meta
map
|
Groovy Map containing sample information. e.g. |
|---|---|
${prefix}.psm.decoy.pout
file
|
Decoy PSM-level results in tab separated format (pout) *.psm.decoy.pout
|
pout_pepxml
tuple
meta
map
|
Groovy Map containing sample information. e.g. |
|---|---|
${prefix}.pep.xml
file
|
Percolator output in pepXML format *.pep.xml
|
target_psms
tuple
meta
map
|
Groovy Map containing sample information. e.g. |
|---|---|
${prefix}.psm.target.pout
file
|
Target PSM-level results in tab separated format (pout) *.psm.target.pout
|
features_pin
tuple
meta
map
|
Groovy Map containing sample information. e.g. |
|---|---|
${prefix}.features.pin
file
|
Tab-separated file with rescored features (PIN format) *.features.pin
|
decoy_peptides
tuple
meta
map
|
Groovy Map containing sample information. e.g. |
|---|---|
${prefix}.pep.decoy.pout
file
|
Decoy peptide-level results in tab separated format (pout) *.pep.decoy.pout
|
decoy_proteins
tuple
meta
map
|
Groovy Map containing sample information. e.g. |
|---|---|
${prefix}.protein.decoy.pout
file
|
Decoy protein-level results in tab separated format (pout) *.protein.decoy.pout
|
target_peptides
tuple
meta
map
|
Groovy Map containing sample information. e.g. |
|---|---|
${prefix}.pep.target.pout
file
|
Target peptide-level results in tab separated format (pout) *.pep.target.pout
|
target_proteins
tuple
meta
map
|
Groovy Map containing sample information. e.g. |
|---|---|
${prefix}.protein.target.pout
file
|
Target protein-level results in tab separated format (pout) *.protein.target.pout
|
versions_percolator
tuple
${task.process}
string
|
The name of the process |
|---|---|