An open API service indexing awesome lists of open source software.

https://github.com/schultzm/p2xkit

Primer-to-x kit, where x is 'isPCR', 'qPCR'
https://github.com/schultzm/p2xkit

Last synced: 9 days ago
JSON representation

Primer-to-x kit, where x is 'isPCR', 'qPCR'

Awesome Lists containing this project

README

          

# p2xkit

[![CircleCI](https://circleci.com/gh/schultzm/p2xkit.svg?style=svg&circle-token=6be92d4e84abcddc32721c2c507b07c08810e327)](https://app.circleci.com/pipelines/github/schultzm/p2xkit)

`ispcr` Uses `biopython`, `emboss:primersearch` to align primers to template to find amplimers (in-silico PCR).
`qpcr` does same as `ispcr` but adds qPCR probes to the mix (in-silico qPCR).

To use:

```{bash}
p2xkit
usage: p2xkit [-h] ...

optional arguments:
-h, --help show this help message and exit

Sub-commands help:

ispcr Perform in-silico PCR.
qpcr Perform in-silico qPCR.
test Run p2xkit unittests
version Print version to stdout
```

Under development