Description Usage Arguments Examples
View source: R/bcftoolsReheader.R
Parser for bcftools reheader
1 2 3 4 5 6 | bcftoolsReheader(
bcftools,
vcf,
vcf_new_names = c("NORMAL", "TUMOR"),
reheadered_vcf
)
|
vcf |
Vcf to reheader. |
vcf_new_names |
Vector with the new sample names to define in the vcf header. |
reheadered_vcf |
Path where to save the reheared vcf. |
1 2 3 4 | ## Not run:
bcftoolsReheader(bcftools = 'bcftools', vcf = 'sample.vcf', vcf_new_names = c('NORMAL', 'TUMOR'), reheadered_vcf = 'sample_rh.vcf')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.