Code corresponing to the paper:
Prophage-encoded phage defence proteins with cognate self-immunity (Owen, et. al., 2020)
doi: 10.1101/2020.07.13.199331
- BstA homologs
- Figures
- Raw data
- The full raw data of the pipeline is generated as specified in ipynb_notebook/run_snakemake.ipynb.
Snakefile
: A Snakemake pipeline which does the core genomic neighborhood analysis. It consists of downloading a specified sequence region from NCBI, annotating the region withProkka
, runninghmmscan
, and updating the annotations with BstA andPfam
hits. This produces the raw annotation data. A selection of these results was processed to create Figure 2.B.
ipynb_notebook/
: Contains further details about how the pipeline is run, as well as additional processing of the raw data. The annotations analysis for Figure 2.A can be found inipynb_notebook/load_all_tables.ipynb
.