View source: R/create_master_table.R
add_the_ground_truth_indel_information_to_master_table | R Documentation |
Add column that states whether the variant in the ground-truth is an indel or not
add_the_ground_truth_indel_information_to_master_table(
input_table,
vcf_file,
truth_name
)
input_table |
A data.frame. The master table to add the new column. |
vcf_file |
1-length string. The address of the ground-truth VCF file. |
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.