facets: facets

Description Usage Arguments Examples

View source: R/facets.R

Description

This function carries out allele-specific copy number and clonal heterogeneity analysis tool for high-throughput DNA sequencing

Usage

1
facets(normal, tumor, outName, outPath)

Arguments

normal

Normal bam file

tumor

Tumour bam file

outName

Name for the output file for the paired tumor normal analysis

outPath

Path where the output of the analysis will be saved.

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
normal <- 'raw/sample12_norm.bam'
tumor <- 'raw/sample12_tum.bam'
outName <- 'sample12'
outPath <- 'rst/facets'

facets(inputFile, threads, outPath)

## End(Not run)

msubirana/ergWgsTools documentation built on June 8, 2020, 8:07 a.m.