PepNet icon indicating copy to clipboard operation
PepNet copied to clipboard

Getting top N results

Open cguetot opened this issue 2 years ago • 1 comments

Hi,

I came across a paper related to PepNet. I want to integrate it in my de novo sequencing pipeline, but I am wondering if it is possible to get the top N best candidate peptides for each spectrum.

Best,

Carlos

cguetot avatar Dec 03 '23 08:12 cguetot

The output of the model is a softmax over all amino acids at each position, you could decode top N best peptides form it if you like.

lkytal avatar Mar 14 '24 06:03 lkytal