Git Product home page Git Product logo

k562's Introduction

K562 allele-specific CRISPR target detection

Identification of allele-specific CRISPR targets in the K562 cell line, as described in Zhou et al., "Comprehensive, integrated, and phased whole-genome analysis of the primary ENCODE cell line K562".

The code is provided as-is. A more user-friendly version may be released in the future.

Usage

  1. Prepare list of off-target sites:
python prepareListOfftargetSites.py <dir> <genome> <variants>

where "dir" is the folder where data is saved, "genome" is file containing the chromosome sequences for the reference genome (one whole chromosome per line), and "variants" is the vcf file for the phased variants.

  1. Extract the allelle-specific sequences:
python extractSequences.py <dir> <variants> <genome> <output>

where "dir", "genome" and "variants" are as above, and "output" is the file where these sequences will be saved.

  1. Identify and filter CRISPR sites for these sequences:
python targetExtraction.py <dir> <sequences> <BowtieIndex>

where "dir" is as above, "sequences" is the file generated as output from step 2, and "BowtieIndex" is the index file for Bowtie2. In this analysis, it should therefore be hg19.

Citing

If you use this software, please cite:

B. Zhou et al. (2018). Comprehensive, integrated, and phased whole-genome analysis of the primary ENCODE cell line K562. BioRxiv 192344.

(paper under review; final citation details to be updated later)

License

See LICENSE

k562's People

Contributors

systemsresearch avatar

Watchers

James Cloos 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.