GeneFuse icon indicating copy to clipboard operation
GeneFuse copied to clipboard

What is the minimum required read length?

Open billzt opened this issue 6 years ago • 2 comments

I conducted a simulation. When my read length is 89bp, it outputs expected fusions. However when I use read length of 85bp. There are no results.

The main change is the LOG information: "sequence number before filtering: XXX". Shorter read length result in very few (or even zero) sequence number before filtering.

How do I adjust the source code to satisfy more shorter reads?

billzt avatar Mar 21 '18 02:03 billzt

Typically 100bp is required. 150bp PE data is preferred.

sfchen avatar Mar 21 '18 02:03 sfchen

https://github.com/OpenGene/GeneFuse/blob/master/src/indexer.cpp#L162

sfchen avatar Mar 21 '18 02:03 sfchen