Git Product home page Git Product logo

credit's Introduction

PAVOOC

Prediction and visualization of on- and off-targets for CRISPR

Run it

python -m pavooc.pipeline

runs everything required to get you started. Additionally there is a docker-environment which should get you started with

docker-compose up

Conventions

  • All sequences are saved in gene-relative direction ('-'-strands are reverse-complemented).
  • Ensembl gene IDs are used
  • Exon are saved with paddings such that a sgRNA search can find all guides that would cut inside the exon. Forward strand: (16padding)(exon)(6padding), Backward strand: (6padding)(exon)(16padding)

Datasources

What follows is a list of used datasets

Reference genome GRCh37

http://hgdownload.soe.ucsc.edu/goldenPath/hg19/chromosomes/

UCSC Pfam

Preprocessed Pfam data which maps protein domains to ucsc coordinates.

ftp://hgdownload.cse.ucsc.edu/goldenPath/hg19/database/ucscGenePfam.{sql,txt.gz}

Gene annotations (exons included)

http://hgdownload.cse.ucsc.edu/goldenPath/hg19/database/refGene.txt.gz bin smallint(5) unsigned NOT NULL, name varchar(255) NOT NULL, chrom varchar(255) NOT NULL, strand char(1) NOT NULL, txStart int(10) unsigned NOT NULL, txEnd int(10) unsigned NOT NULL, cdsStart int(10) unsigned NOT NULL, cdsEnd int(10) unsigned NOT NULL, exonCount int(10) unsigned NOT NULL, exonStarts longblob NOT NULL, exonEnds longblob NOT NULL, score int(11) default NULL, name2 varchar(255) NOT NULL, cdsStartStat enum('none','unk','incmpl','cmpl') NOT NULL, cdsEndStat enum('none','unk','incmpl','cmpl') NOT NULL, exonFrames longblob NOT NULL,

Protein data

http://www.uniprot.org/downloads

Cancer cell line per-gene expression data

https://data.broadinstitute.org/ccle_legacy_data/dna_copy_number/CCLE_copynumber_byGene_2013-12-03.txt.gz

credit's People

Contributors

moritzschaefer avatar andreassteffen 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.