wilkelab / Opfi

A Python package for discovery, annotation, and analysis of gene clusters in genomics or metagenomics data sets.
https://opfi.readthedocs.io/
MIT License
21 stars 5 forks source link

Operon analyzer #35

Closed jimrybarski closed 4 years ago

jimrybarski commented 4 years ago

This module provides tools to analyze output from the CRISPR-transposon pipeline and identify promising candidate systems. Note that this adds an additional dependency on the hypothesis library to support a property-based test.

Sample scripts with usage are provided in the README in the operon_analyzer subdirectory. Some things remain to be done, most notably filtering junk features from operons that might interfere with analysis. And of course, actually trying it out on real-world data.