8000 GitHub - ju-lab/run_sequenza: Pipeline to run sequenza from start to finish either from BAM or mpileup
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ju-lab/run_sequenza

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Prepare and Run Sequenza from Bam file

Will create mpileup files from both tumor and normal using 2-cores, create necessary files that are needed for Sequenza and run R script that will run Sequenza on a command line interphase.

From Bam file usage

sh sequenza_fromBam.sh <normal.bam> <tumor.bam> <sampleName> <reference.fasta>

This command will generate all sequenza input files, and output files in the current working directory with prefix as .

From mpileup file usage

If an mpileup file already exists, there is no need to re-generate bamfile. One can use the following command instead.

sh sequenza_fromMpileup.sh <normal.pileup> <tumor.pileup> <sampleName>

From seqz file usage

If you already have a seqz file to be used for Sequenza you can use the following script

Rscript run_sequenza.R --seqz_file <seqzFile> --output_dir <output_dir> --sample_name <sampleName>

About

Pipeline to run sequenza from start to finish either from BAM or mpileup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0