Issue 999: Investigate using ExcludeFromAssay field from DIA-NN

issues
Status:closed
Assigned To:Guest
Type:Defect
Area:Skyline
Priority:3
Milestone: 
Opened:2024-01-18 08:38 by Matt Chambers
Changed:2026-01-06 12:58 by Brendan MacLean
Resolved:2026-01-06 12:57 by Brendan MacLean
Resolution:GitHub Move
Closed:2026-01-06 12:58 by Brendan MacLean
2024-01-18 08:38 Matt Chambers
Title»Investigate using ExcludeFromAssay field from DIA-NN
Assigned To»Brendan MacLean
Type»Defect
Area»Skyline
Priority»3
Mike found that the speclib's TSV version (not the report TSV) has an ExcludeFromAssay column. Can we use that to pick only transitions that should be used for quantitation in Skyline (e.g. they aren't present in only a small number of runs)? Is that column available in the binary speclib (up to now we've only needed to read the report TSV and the .speclib file)? I've asked Vadim and will update with his answer.

To use this column, BlibBuild will need to use RefSpectraPeakAnnotations to annotate either excluded or included peaks. To keep the blib and read time smaller we'd probably want to make the default state (unannotated) be the most abundant one. Looks like the most abundant is False:
False    True
78992    33283

2026-01-06 12:57 Brendan MacLean
resolve as GitHub Move
Statusopen»resolved
Skyline issues have moved to GitHub Issues at https://github.com/ProteoWizard/pwiz/issues
Issues will be ported as necessary for active work.

2026-01-06 12:58 Brendan MacLean
close
Statusresolved»closed
Assigned ToBrendan MacLean»Guest