{% if warnings|length %}
Warnings
{% for warn in warnings %}
- • {{ warn }}
{% endfor %}
{% endif %}
Identification summary
Experiment set |
{% for field in summary_fields %}
{{ tabletitles[field] }} |
{% endfor %}
{% for setname in summary_table %}
{{ setname }} |
{% for field in summary_fields %}
{{ summary_table[setname][field] }} |
{% endfor %}
{% endfor %}
Overlap
{% for fname, ftitle in featnames %}
{% if overlap[fname] %}
{{ ftitle }}
ID in # sets |
Amount {{ fname }} |
{% for nr_sets in overlap[fname] %}
{{ nr_sets }} |
{{ overlap[fname][nr_sets] }} |
{% endfor %}
{% endif %}
{% endfor %}
{% if ptmtables.summary %}
PTMs
Summary
{% for field in ptmtitles.summary %}
{{ field }} |
{% endfor %}
{% for row in ptmtables.summary %}
{% for field in ptmtitles.summary %}
{{ row[field] }} |
{% endfor %}
{% endfor %}
{% if ptmtables.overlap %}
Overlap
{% for field in ptmtitles.overlap %}
{{ field }} |
{% endfor %}
{% for row in ptmtables.overlap %}
{% for field in ptmtitles.overlap %}
{{ row[field] }} |
{% endfor %}
{% endfor %}
{% endif %}
Site count
{% for field in ptmtitles.featcount %}
{{ field }} |
{% endfor %}
{% for row in ptmtables.featcount %}
{% for field in ptmtitles.featcount %}
{{ row[field] }} |
{% endfor %}
{% endfor %}
{% endif %}
{% if normfacs %}
Median centered isobaric normalization factors
{% for fname, ftitle in featnames %}
{% if normfacs[fname] %}
{{ ftitle }}
Experiment set |
Channel |
Norm. factor |
{% for setn, ch, nf in normfacs[fname] %}
{{ setn }} |
{{ ch }} |
{{ nf }} |
{% endfor %}
{% endif %}
{% endfor %}
{% endif %}
# of PSMs and scans
{{ plots.amount_psms }}
# of missed cleavages
{{ plots.miscleav }}
{% if plots.isomissvals %}
Isobaric missing values
{{ plots.isomissvals }}
{% endif %}
{% if plateplots.fryield %}
Fraction yield
{% for p in plates %}
{% if plateplots.fryield[p] %}
Plate: {{ p }}
{{ plateplots.fryield[p] }}
{% endif %}
{% endfor %}
{% endif %}
{% if plateplots.precerror %}
Precursor error
{% for p in plates %}
{% if plateplots.precerror[p] %}
Plate: {{ p }}
{{ plateplots.precerror[p] }}
{% endif %}
{% endfor %}
{% endif %}
{% if plateplots.score %}
Search engine score
{% for p in plates %}
{% if plateplots.score[p] %}
Plate: {{ p }}
{{ plateplots.score[p] }}
{% endif %}
{% endfor %}
{% endif %}
{% if plateplots.retentiontime %}
Retention time
{% for p in plates %}
{% if plateplots.retentiontime[p] %}
Plate: {{ p }}
{{ plateplots.retentiontime[p] }}
{% endif %}
{% endfor %}
{% endif %}
{% if plateplots.ioninjtime %}
Ion injection time
{% for p in plates %}
{% if plateplots.ioninjtime[p] %}
Plate: {{ p }}
{{ plateplots.ioninjtime[p] }}
{% endif %}
{% endfor %}
{% endif %}
{% if plateplots.pif %}
Precursor purity
{% for p in plates %}
{% if plateplots.pif[p] %}
Plate: {{ p }}
{{ plateplots.pif[p] }}
{% endif %}
{% endfor %}
{% endif %}
{% for plotname, plottitle in featplotnames %}
{% if featplots[plotname] %}
{{ plottitle }}
{% for fname, ftitle in featnames %}
{% if featplots[plotname][fname] %}
{{ ftitle }}
{% for line in featplots[plotname][fname + '__text'] %}
{{ line }}
{% endfor %}
{{ featplots[plotname][fname] }}
{% endif %}
{% endfor %}
{% endif %}
{% endfor %}
{% if ptmtables.summary %}
{% for plotname, plottitle in expplotnames %}
{{ plottitle }}
{% for fname, ftitle in featnames %}
{% if expplots[plotname][fname] %}
{{ ftitle }}
{{ expplots[plotname][fname] }}
{% endif %}
{% endfor %}
{% endfor %}
{% if deqmsplots %}
DEqMS results
{% for fname, ftitle in featnames %}
{% if deqmsplots[fname] %}
{{ ftitle }}
{% for comp in deqmscomps %}
{% if deqmsplots[fname][comp] %}
{% endif %}
{% endfor %}
{% endif %}
{% endfor %}
{% endif %}
{% endif %}