broadinstitute / adapt

A package for designing activity-informed nucleic acid diagnostics for viruses.
MIT License
27 stars 1 forks source link

Add option to analyze coverage according to guide-target predicted activities #24

Closed haydenm closed 4 years ago

haydenm commented 4 years ago

This PR makes a small modification to the coverage_analysis module, adding a class that allows the determination of guide-target binding (equivalently, whether a guide covers a target sequence) to be made according to a predictive model -- the guide is said to bind/cover/detect a target if the predicted activity is highly activity (i.e., exceeds a threshold). This PR also adds arguments to analyze_coverage.py to use this feature.