cancerhotspotsAggr | R Documentation |
Takes tsv files generated by cancerhotspots
and aggregates them into an MAF for downstream analysis
cancerhotspotsAggr(
tsvs = NULL,
minVaf = 0.02,
minDepth = 15,
sampleNames = NULL,
maf = TRUE,
...
)
tsvs |
TSV files generated by |
minVaf |
Min. VAF threshold. Default 0.02 |
minDepth |
Min. depth of coverage. Default 15 |
sampleNames |
samples for each tsv file. Default NULL. Parses from file names. |
maf |
Return as an MAF object. Default TRUE. |
... |
Additional argumnets passed to |
MAF
object
cancerhotspots
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.