Description Usage Arguments Examples
Vcf sorting, normalization and reheader of the vcf generated unsing 'variantCalling' for posterior annotation. Input file have to present the *_PASS.vcf format and being uncompressed.
1 2 3 4 5 6 7 | postCalling(
pass_vcf,
gatk4 = "/imppc/labs/lplab/share/bin/gatk-4.1.3.0/gatk",
ref,
bcftools = "bcftools",
out_path
)
|
pass_vcf |
Vcf to apply post-calling processing. It should be descompressed and *_PASS.vcf format. |
gatk4 |
Path of GATK4 binary. |
ref |
Path for the reference genome to use for the alignment (fasta format) and the corresponding indexes generated with bwa index and a dictionary index file generated by CreateSequenceDictionary gatk tool. |
out_path |
Path where the output of the analysis will be saved. |
1 2 3 4 5 6 7 | ## Not run:
postCalling(pass_vcf = 'raw/sample_tumor.bam',
gatk4 = 'bin/gatk-4.1.3.0/gatk',
ref = 'ref/hg38.fa',
bcftools = 'bcftools')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.