-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Entropy Score as an export option #4
Comments
Furthermore, could IDs be reordered to have the top entropy score be listed first similarly to how top in source or hybrid hits can be assigned over identity hits? |
I am not exactly sure what you mean by "reorder". If it is just when you go through the entries in GUI, you can simply sort the ID table by entropy score in descending order. Or do you want to batch-assign best entropy score as default ID? |
Hi Sasha,
I was referring to this button where you can "Set up default MSMS library
match re-assignment".
[image: Screen Shot 2022-05-02 at 10.53.21 AM.png]
My understanding is that library hits are initially ranked/assigned by
whatever the top Scoring entries are. I think it'd be cool to allow the
user to choose whichever metric they want to rank their hits by (Dot
product, reverse dot product, entropy score). I know this button right now
reorders entries by match type but could it be expanded to reorder entries
by a different scoring metric fairly easily? If not, don't worry about it.
I haven't done an exhaustive dive into looking at how the entropy score
compares to NIST score yet, but overall I have been more impressed with it
than just a score threshold of 500 or something similar. I'd love to
reorder the top hit for comparison sake to that with the highest entropy
score to further investigate it.
…On Mon, May 2, 2022 at 10:13 AM Sasha Raskind ***@***.***> wrote:
I am not exactly sure what you mean by "reorder". If it is just when you
go through the entries in GUI, you can simply sort the ID table by entropy
score in descending order. Or do you want to batch-assign best entropy
score as default ID?
—
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AYKR44OXFH66FPBOUJRCT2LVH7PJHANCNFSM5UC3CQJQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Entropy score is calculated for potential database matches but is not an exportable option. Could this be added for those who need to export results to external software like R for tabulating ID numbers?
The text was updated successfully, but these errors were encountered: