Infer and visualize copy number from high-throughput DNA sequencing data.
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
YaqingLiu 92dc2799ad fix bug: input 4 lat temu
assest first commit 4 lat temu
tasks fix bug: input 4 lat temu
README.md fix bug: input 4 lat temu
defaults first commit 4 lat temu
inputs fix bug: input 4 lat temu
workflow.wdl fix bug: input 4 lat temu

README.md

CNVkit

Author: Yaqing Liu

E-mail:yaqing.liu@outlook.com

Install

# activate choppy environment
open-choppy-env
# install app
choppy install YaqingLiu/CNVkit

Copy number calling pipeline

image

Input

{
	"tumor_bam": [
          "oss://choppy-cromwell-result/...bam",
          "oss://choppy-cromwell-result/...bam",
          "oss://choppy-cromwell-result/...bam"
	],
	"tumor_bai": [
          "oss://choppy-cromwell-result/...bai",
          "oss://choppy-cromwell-result/...bai",
          "oss://choppy-cromwell-result/...bai"
	],
	"normal_bam": [
          "oss://choppy-cromwell-result/...bam",
          "oss://choppy-cromwell-result/...bam",
          "oss://choppy-cromwell-result/...bam"
	],
	"normal_bai": [
          "oss://choppy-cromwell-result/...bai",
          "oss://choppy-cromwell-result/...bai",
          "oss://choppy-cromwell-result/...bai"
    ],
	"sample_id": "..."
}

Output

A segment file and some intermediate *.cnn/cns will be generated, and the segment file can be imported into IGV.