Skip to content

Sensitivity is low #2

@lisanhu

Description

@lisanhu

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:

  1. The algorithm parameters are not suitable for a high sensitivity number.
  2. The parameters are fine, but the reverse complementary of the reads are not aligned during the process (which occupies about half of the reads).
  3. The combination of both factors above.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions