Skip to content
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

Develop Threshold Methods for Learn/Apply using Decoy Data #126

Open
jjacobson95 opened this issue Oct 2, 2024 · 0 comments
Open

Develop Threshold Methods for Learn/Apply using Decoy Data #126

jjacobson95 opened this issue Oct 2, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@jjacobson95
Copy link
Collaborator

Using profmark decoys, we can create thresholds based on what cosine similarity scores might be calculated between each family and randomized (decoy) sequences. These thresholds could be used to filter out predictions and increase the accuracy of Snekmer Learn Apply, particularly in distant or unrelated families.

Three proposed methods that utilize a threshold are as follows:

  • Top Hit above Threshold
    • The top hit above the threshold is selected.
  • Greatest Distance from Threshold
    • The value that is the greatest distance above the threshold is selected
  • Balanced Distance with Threshold
    • The value selected is based on a weighting of the above two methods. Ideally this will optimized on a prediction basis.

A confidence metric will have to be tailored to each of the above methods as the current version does not take into account thresholds.

@jjacobson95 jjacobson95 added the enhancement New feature or request label Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant