GithubHelp home page GithubHelp logo

sgdesigner's Introduction

sgDesigner

WashU gRNA Designer for CRISPR/Cas9 Knockout

Welcome to sgDesigner, the Washington University gRNA designer for CRISPR/Cas9 knockouts. This program is distributed under the GNU General Public License as published by the Free Software Foundation. You may use it freely in your research with appropriate acknowledgment. The program is provided "as is" and the authors are not responsible for consquences from the use of the program.

A README file is included in the sgDesigner standalone package, with examples and detailed explanations of the commands available.

Requirements

  • This package is supported for Linux operating systems. The package has been tested on the following systems:
   Linux: CentOS 7.1.1503
   NumPy: 1.15.2
   SciPy: 1.1.0
   Scikit-learn: 0.20.0
   XGBoost: 0.80

Installation of sgDesigner standalone program

  • Place the sgDesigner.tar.gz file anywhere in your Linux system and uncompress using the following command:
   tar -xzvf sgDesigner.tar.gz
  • Copy your input FASTA files into the newly created sgDesigner directory.
  • Type 'perl sgDesigner.pl' to run the program and view the help file.

Command Line Parameters

  • Direct sequence submission (-s or --sequence):

    This option allows the user to submit a single sequence directly for analysis, using the following command:

       perl sgDesigner.pl –s <sequence>
    

    This option is most useful for users who wish to determine the efficacy of a single gRNA. Any sequences submitted must be at least 26 bases long (including the NGG PAM region) and contain only A, T, U, C, or G. These rules also apply for any FASTA sequences that are submitted, which are covered in more detail in the next section.

  • FASTA file submission (-f or --file):

    This option allows the user to submit one or more sequences in a FASTA file, using the following command:

       perl sgDesigner.pl –f myFastaFile.fasta
    

    This should be provided in FASTA format. In a FASTA file, a definition line that begins with begins with ‘>’ is required for each DNA sequence. For example:

       >gi|4507798|ref|NM_000462.1| Homo sapiens ubiquitin protein ligase E3A (UBE3A), mRNA
       ATGGAGAAGCTGCACCAGTGTTATTGGAAATCAGGAGAACCTCAGTCTGACGACATTGAAGCTAGCCGA
       TGAAGCGAGCAGCTGCAAAGCATCTAATAGAACGCTACTACCACCAGTTAACTGAGGGCTGTGGAAATA
       AGCCTGCACGAATGAGTTTTGTGCTTCCTGTCCAACTTTTCTTCGTATGGATAATAATGCAGCAGCTAT
       TAAAGCCCTCGAGCTTTATAAGATTAATGCAAAACTCTGTGATCCTCATCCCTCCAAGAAAGGAGCAAG
       CGCAGCTTACCTTGAGAACTCGAAAGGTGCCCCCAACAACTCCTGCTCTGAGATAAAAATGAACAAGAA
       AGG
    

    Submitted sequences must be between 26 and 100,000 nt in length and contain A, T, U, C, or G. Three sample files are also provided: one containing a single short sequence (30 nt), one with a single long sequence (8,322 nt), and one with 3 sequences of 300, 600, and 300 bases long.

  • Sample file submission: This option allows the user to try one of the three previously mentioned sample files, using the following command:

       perl sgDesigner.pl –e <short|long|multiple>
    

    One of the three options shown will call the respective sample file.

Sample expected outputs

If the file is read in correctly, the following should be observed in the command line window for each submitted sequence:

sample_output1

The results are made available in a tab-delimited text file saved to the sgDesigner folder. The first line of the file contains the column headers. Each line in the result file shows (in order) the sequence identifier, the efficacy score of the gRNA, the gRNA sequence, the orientation of the gRNA, and the location of the gRNA in the target sequence. The gRNAs are sorted by score, with higher scores indicating greater effectiveness. All gRNAs are 20 bases long.

sample_output2

sgdesigner's People

Watchers

 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.