Metadata-Version: 2.4
Name: pybridizer
Version: 0.1.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.80
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


Pybridizer is a python repository to generate HCR v3.0 probes for in situ hybridization visualization of mRNA. The module allows for quick and easy design of probe pairs for the Hybridization Chain Reaction approach with visualization (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/
