Git Product home page Git Product logo

riftt's Introduction

About RIFTT

A pipeline for fusion gene calling by RNA-seq data and filtering for robust fusion candidates bundled into a Singularity container.

Requirements

Usage

Detection (Part1)

Define the following parameters in the helper script 'RIFTT_part1.sh' before executing:

threads=<integer>      # Number of threads for running the detection pipeline
outputfolder=<string>  # Path to output folder
genomebuild=<string>   # ["hg19", "hg38"]
strandness=<integer>   # [0 -> unstranded, 1 -> stranded, 2 -> reversely stranded]
ref=<string>           # Path to genome reference file in Fasta format (GENCODE)
anno=<string>          # Path to gene annotation file in GTF format (GENCODE)
starindex=<string>     # Path to folder containing the STAR index
fcdata=<string>        # Path to folder containing the genomic database as required by FusionCatcher

Run the helper script as follows:

./RIFTT_part1.sh <sample_name> <fastq_folder>

Filtering (Part2)

Define the following parameters in the helper script 'RIFTT_part2.sh' before executing:

anno=<string>            # Path to gene annotation file in GTF format (GENCODE) as used in Part1
outputfolder=<string>    # Path to output folder generated by the detection pipeline in Part1
clintable=<string>       # Path to clinical information table in Excel format
threads=<integer>        # Divisible by 2 !

Run the helper script as follows:

./RIFTT_part2.sh

Build the RIFTT Singularity container on your own

git clone https://github.com/pkerbs/RIFTT.git <folder>
cd <folder>
sudo singularity build RIFTT.sif RIFTT.def

riftt's People

Contributors

koschu avatar pkerbs avatar

Stargazers

 avatar  avatar

Watchers

 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.