Giter VIP home page Giter VIP logo

indel-finder's Introduction

Indel-Finder

A program used to find indels from next-genearation sequencing data on target gene edited by CRISPR/Cas9 and then calculate the on-target efficiency. The indel information will be presented as figures plotted by matplotlib, a module of python. You can also use other software, like OriginLab, to plot indel data by yourself.

Environment configuration:

Indel-Finder uses Nucleotide-Nucleotide BLAST 2.4.0+ to find reads position and do local alignment and then processes the blast result to get indel and calculate the on-target efficiency.
Python2.7

Dependency:

Indel-Finder use numpy module and matplotlib module.
User can install them by using pip:

pip install numpy
pip install matplotlib

Get Indel-Finder:

git clone https://github.com/TuanjieNew/Indel-Finder.git

Usage:

python indel_finder.py -r ./sample/crr5ref.fa -t ./sample/target1.fa -1 ./sample/1_S1_L001_R1_001.fastq -2 ./sample/1_S1_L001_R2_001.fastq -o ./

Full options:

Common options

-h   show this help message and exit.

File options

-r   file name of reference file, required. The file is fasta format.
-t   file name of target sequence, required. The file is fasta format.
-1   file name of read1, required. The file is fastq or fastq.gz format.
-2   file name of read2, required. The file is fastq or fastq.gz format.
-o   outpout directories. Default is ./ . The blast results are in cas_temp, indel data in ./_result, figures in ./_figures.

Mosaicism Index

Mosacism index is from Gini–Simpson index used to evaluate the degree of chimera.
A mosacism index close to 1 means a high degree of chimera.
It can be expressed as a transformation of true diversity of order 2:
Gini-Simpson index

License

Indel-Finder is MIT-licensed.

indel-finder's People

Contributors

tuanjienew avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

wangpanqiao

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.