View source: R/create_master_table.R
add_a_method_indel_information_to_master_table | R Documentation |
Add column that states whether the variant called by a method is an indel or not
add_a_method_indel_information_to_master_table(
input_table,
vcf_file,
method_name,
truth_name
)
input_table |
A data.frame. The master table to add the new column. |
vcf_file |
1-length string. The address of the method VCF file. |
method_name |
1-length string. The name of the method. |
truth_name |
1-length string. The name of the ground-truth. |
A data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.