Type the name of the class to see the details and methods
Fields
newConstructor given a vcf file
Parameter: vcffile - The path of a vcf file. don't start with "~"
Parameter: version - The version of VCF specification
addContigAdd a Contig in the header of the vcf
Parameter: str - A string for the CONTIG name
addFILTERAdd a FILTER in the header of the vcf
Parameter: id - A string for the FILTER name
Parameter: desc - A string for description of what it means
addINFOAdd a INFO in the header of the vcf
Parameter: id - A string for the tag name
Parameter: number - A string for the number
Parameter: type - A string for the type
Parameter: desc - A string for description of what it means
addFORMATAdd a FORMAT in the header of the vcf
Parameter: id - A string for the tag name
Parameter: number - A string for the number
Parameter: type - A string for the type
Parameter: desc - A string for description of what it means
addSampleAdd a SAMPLE in the header of the vcf
Parameter: str - A string for a SAMPLE name
addLineAdd a line in the header of the vcf
Parameter: str - A string for a line in the header of VCF
writelineWrite a variant record given a line
Parameter: line - A string for a line in the variant of VCF. Not ended with "newline"
closeClose and save the vcf file