Description Usage Arguments Examples
This function carries out allele-specific copy number and clonal heterogeneity analysis tool for high-throughput DNA sequencing
1 | facets(normal, tumor, outName, outPath)
|
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. |
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.