create.summary | R Documentation |
calculate stuff for summary table
create.summary( jabba_rds, snv_vcf, indel_vcf, verbose = FALSE, chrs = c(as.character(1:22), "X", "Y"), amp.thresh = 4, del.thresh = 0.5 )
jabba_rds |
(character) jabba rds |
snv_vcf |
(character) path to snv vcf/bcf |
indel_vcf |
(character) path to indel vcf/bcf |
verbose |
(logical) default FALSE |
chrs |
(character vector) seqnames default 1:22, x, y |
amp.thresh |
(numeric) default 4 |
del.thresh |
(numeric) default 0.5 |
list with names - purity - ploidy - junction_burden - del_mbp - amp_mbp - cna_mbp - cna_frac - mut_count - mut_per_mbp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.