GithubHelp home page GithubHelp logo

iarcbioinfo / codex-nf Goto Github PK

View Code? Open in Web Editor NEW
2.0 4.0 2.0 47 KB

Pipeline for copy number variant calling from Whole Exome sequencing data using CODEX

License: GNU General Public License v3.0

Groovy 21.64% R 78.36%
pipeline bam-files nextflow copy-number-variation whole-exome-sequencing ngs

codex-nf's Introduction

CODEX-nf

Pipeline for copy number variant calling from Whole Exome sequencing data using CODEX

Prerequisites

  • R with package CODEX
  • Rscript

and the following files:

  • a bed file with the positions to consider
  • a folder with Normal BAM files
  • a folder with Tumor BAM files

Usage

nextflow run iarcbioinfo/CODEX-nf --dirNormal Normal --dirTumor Tumor --bedFile positions.bed --outdir output

Output

A series of files projectname_chromosome_optK_mode.txt, where chromosome takes its values in [1,2,...,22,X,Y], while projectname, optK, and mode are the same for all files. projectname and mode are specified by the user with options --project and --mode, respectively, and optK is computed by package CODEX.

All parameters

PARAMETER DEFAULT DESCRIPTION
--help null Print usage and parameters
--dirNormal Normal Path to Normal BAM files
--dirTumor Tumor Path to Tumor BAM files
--outdir . Path to output directiry
--bedFile positions.bed Path to bed file with positions to consider
--rem_from_bed _random|chrUn|GL000209R|GL000191R|GL000194R Strings to exclude from the bed file chromosome list
--project Project name
--mem 5 Memory requested
--cpus 1 CPUs requested
--seg_mode fraction Mode for the segmentation algorithm (fraction or integer)

codex-nf's People

Contributors

nalcala avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

codex-nf's Issues

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.