This function generates a pileup summary that is further used in estimating contamination
1 2 3 4 5 6 7 8 | get_pileup_summary(
bam = "",
bin_path = "tools/gatk/gatk",
db = "",
interval = "",
verbose = FALSE,
output_dir = ""
)
|
bam |
REQUIRED Path to BAM file. |
bin_path |
REQUIRED Path to gatk binary. Default tools/gatk/gatk. |
db |
REQUIRED Path to vcf with known variants. |
interval |
REQUIRED Path to vcf with intervals to analyze. |
verbose |
OPTIONAL Enables progress messages. Default False. |
output_dir |
OPTIONAL Path to the output directory. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.