You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
varloc=modpos==0?"N-term":modpos==protein.Sequence.Length+1?"C-term":$"{protSeq[modpos-1]}#"+modpos.ToString();//something's worng with the positions sometimes being longer than the sequence
pfa.SetUpQuantificationObjectsFromFullSequences(peptides,proteins);// uses zero-based indexes for the mods.
625
604
626
605
proteinGroup.ModsInfo.Add(spectraFile,pfa.ProteinGroups.First().Value);// Getting stoich one protein group at a time, so only getting First() is ok here.
0 commit comments