View source: R/create_master_table.R
add_qual_from_vcf | R Documentation |
Add QUAL to master table.
add_qual_from_vcf(input_table, method_name, vcf_file)
input_table |
A data.frame. The master table to add the new column. |
method_name |
A 1-lenght string. The name of the method from which is desirable to get the QUAL values. The new column is named as "qual_<method_name>". |
vcf_file |
A 1-lenght string. The path of the VCF file from which the the QUAL values are extracted. |
A data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.