-
Notifications
You must be signed in to change notification settings - Fork 0
Sensitivity is low #2
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Previous, because of a program bug, the sensitivity for the human genome is always 0. The reason for the problem is that I forgot about this issue, and we didn't have the upper case conversion patch in the code at that time. This problem is fixed.
Currently, AccSeq could not produce results with more than 95% of sensitivity. Actually, for the yeast reads, the sensitivity number always shows around 51%; for the human genome reads, the number is around 46-47%, which is not acceptable.
Possible reasons:
- The algorithm parameters are not suitable for a high sensitivity number.
- The parameters are fine, but the reverse complementary of the reads are not aligned during the process (which occupies about half of the reads).
- The combination of both factors above.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working