runAnchoredFusion: runAnchoredFusion

Description Usage Arguments Details Examples

Description

Main function of AnchoredFusion software.

Usage

1
2
3
runAnchoredFusion(step = c("bam-consolidate", "breakpoint-consolidate",
  "breakpoint-filter", "breakpoint-anno", "breakpoint-anno-post"), configFile,
  output, sample.id)

Arguments

step

step name in which you want to run AnchoredFusion, included "bam-consolidate", "breakpoint-consolidate", "breakpoint-filter", "breakpoint-anno" and "breakpoint-anno-post" five steps.

configFile

config file which sets the path and parameters of depended tools.

output

directory of output.

sample.id

sample name (matches with prefixed name of raw fastq or bam file).

Details

(https://github.com/Zheng-NGS-Lab/AnchoredFusion/blob/master/README.md).

A fast pipeline for detection of gene fusion based on fusion-supporting split alignment.

Examples

1
2
runSplitFuion(step = c("bam-consolidate", "breakpoint-consolidate", "breakpoint-filter"),
configFile = "/path/example.configFile", output = "/path/result", sample.id = "example")

zhangbaifeng/SplitFusion documentation built on June 18, 2020, 12:18 a.m.