Giter Club home page Giter Club logo

qprimer's Introduction

Description

The qPrimer package is a collection of tools for designing, checking, annotating, and visualizing qPCR primers.

Installation

# install the package from pip
pip install qPrimer
# install the package from source
git clone https://github.com/swu1019lab/qPrimer.git
cd qPrimer
# install the package using build and pip commands
pip install build --user
python -m build
pip install dist/qprimer-1.0.3.tar.gz --user

Example

# Design primers
qPrimer --design --seq_file test_cds.fa

# Check primers specificity
qPrimer \
--design --check \
--seq_file test_cds.fa \
--database test.fa

# Annotate primers with gene information and SNP information
qPrimer \
--design --check --annotate \
--seq_file test_cds.fa \
--database test.fa \
--gtf_file genes.gtf \
--snp_file test_snps.bed

# Visualize primers results with a html page
# --visualize requires the output from --design, --check, and --annotate
qPrimer \
--design --check --annotate --visualize \
--seq_file test_cds.fa \
--database test.fa \
--gtf_file genes.gtf \
--snp_file test_snps.bed

qPrimer_report-1 qPrimer_report-2 qPrimer_report-3

Citation

If you use qPrimer and qPrimerDB, please cite the following paper:

Kun Lu†, Tian Li†, Jian He†, Wei Chang†, Rui Zhang, Miao Liu, Mengna Yu, Yonghai Fan, Jinqi Ma, Wei Sun, Cunmin Qu, Liezhao Liu, Nannan Li, Ying Liang, Rui Wang, Wei Qian, Zhanglin Tang, Xinfu Xu, Bo Lei, Kai Zhang*, Jiana Li*. qPrimerDB: A thermodynamics-based gene-specific qPCR primer database for 147 organisms. Nucleic Acids Research. 2018, 46: D1229-D1236.

qprimer's People

Contributors

swu1019lab avatar

Stargazers

 avatar

Watchers

zhangwenda avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.