bcgsc / biobloom

Create Bloom filters for a given reference and then use it to categorize sequences
http://www.bcgsc.ca/platform/bioinfo/software/biobloomtools
GNU General Public License v3.0
75 stars 15 forks source link

Provide warning regarding filters with only a small number of targets <100 when using miBFs #42

Closed JustinChu closed 4 years ago

JustinChu commented 5 years ago

When only a small number of targets are used, the miBF will not be able to classify sequences without incurring a large penality to the FPR when classifying. The result will be that the occupancy of the miBF will have to be turned down for the classification to maintain a decent -s threshold. This show be prevented some how.

JustinChu commented 5 years ago

Alternative solution automatically adjust upper level BF fpr to maintain a minimum FPR.

JustinChu commented 4 years ago

Will be solved if #51 is implemented.