View source: R/clean_vcf_INFO.R
clean_vcf_INFO | R Documentation |
This function reads a VCF file, processes the INFO fields to remove any fields that are not consistently present across all records, and outputs a cleaned VCF file with "_clean" appended to the input file name before the suffix.
clean_vcf_INFO(vcffile)
vcffile |
A character string specifying the path to the input VCF file. |
Writes a cleaned VCF file to the specified or default path.
# Assume you have a VCF file "my_input.vcf" in your working directory
clean_vcf_INFO("my_input.vcf")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.