add_format_tag_from_vcf | R Documentation |
The function adds to 'input_table' the new column <tagName>_<methodName>, where <tagName> is 'tag' in lower case and <methodName> is 'method_name'.
add_format_tag_from_vcf(input_table, method_name, tag, vcf_file)
input_table |
A data.frame. The input master table. |
method_name |
A 1-length string. The name of the method. |
tag |
A 1-length string. The name of the tag to add. It must be exactly how the tag is written in the VCF file (case sensitive). |
vcf_file |
A 1-length string. The path to the VCF file from which the tag is extracted. |
A data.frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.