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

How to compare #2

Open
1 of 10 tasks
MitraDarja opened this issue Aug 4, 2021 · 0 comments
Open
1 of 10 tasks

How to compare #2

MitraDarja opened this issue Aug 4, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@MitraDarja
Copy link
Collaborator

MitraDarja commented Aug 4, 2021

The methods are compared by their capability to represent the sequence data as well as their performance.

  • distribution
  • minimal, average and maximal gap between elements
  • speed
  • RAM usage
  • number of elements created (compression factor? number of elements divided by number of k-mers)
  • capability to find transcripts (True Positives, False Positives, True Negatives, False Negatives)
  • conservation (how many minimizers stay the same when sequence is slightly mutated, conservation should not be based solely on numbers of minimizers, but counting number of nucleotides covered in order to account for overlapping minimizers, see syncmer paper)
  • distance on mutated sequence compated to not mutated sequence
  • Handling of repitive and errorneous k-mers (simple cutoffs vs none vs weighting)

In the strobemer paper, they use two simulated data sets and define:

  • the number of matches, where a match between sequence A and mutated sequence A' is an idential subsequence at position i

  • the positions covered by the subsequences

  • an island: a maximal interval of consequtive positions not covered as an island

  • analysis how many submers are unqiue in a given genome and how similar these submers are to each other (edit distance)

Also, they check, how many unique subsequences there are in the five largest human chromosome to measure the precision of a method.

@MitraDarja MitraDarja added the enhancement New feature or request label Aug 4, 2021
@MitraDarja MitraDarja mentioned this issue Nov 18, 2021
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