Metadata-Version: 2.4
Name: pybridizer
Version: 0.2.0
Summary: A tool for designing HCR (Hybridization Chain Reaction) v3 probes
Home-page: https://github.com/ctucl/pybridizer
Author: Chintan Trivedi
Author-email: c.trivedi@ucl.ac.uk
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: biopython>=1.79
Requires-Dist: pandas>=1.3.0
Requires-Dist: biothings_client>=0.2.6
Requires-Dist: matplotlib>=3.4.0
Requires-Dist: seaborn>=0.11.0
Requires-Dist: numpy>=1.20.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary


![alt text](pybridizer5x.png#gh-light-mode-only)
![alt text](pybridizer_lite5x.png#gh-dark-mode-only)


Pybridizer is a python repository to generate HCR v3.0 probes for in situ hybridization of mRNA. 

The module allows for quick and easy design of probe pairs for the Hybridization Chain Reaction approach (Choi et al. Development 2018.)


You can install the Pybridizer HCR probe design tool by first creating a virtual environment using conda:

```
conda create --name pyrbidize python
conda activate pybridize
```

You can then use pip to install the HCR probe design tool:

```
pip install pybridizer
```



Dependencies: BLAST+

Install BLAST+ by downloading executable from https://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/LATEST/


To build a BLAST database, use the BLAST+ 'makeblastdb' command. 

Detailed instructions are available on the NIH website at https://www.ncbi.nlm.nih.gov/books/NBK569841/



Once the database is built, you can use Pybridizer to generate HCR probes for any transcript sequence for any species.

The pybridizer_basic_usage.ipynb notebook in the examples folder provides a step-by-step guide for designing probes.

You can also visualize the alignment of the generated probes to the target sequence and store the alignment data in a FASTA file.



![alt text](image.png)
