View source: R/create_master_table.R
initiate_master_table | R Documentation |
This function create the first columns of the master table. Those columns indicate whether a method could call of not a variant. A master table is used to get information form VCF files generated from different methods and compare to ground-truth VCF files.
initiate_master_table(..., method_names)
... |
VCF file addresses. |
method_names |
Vector of strings in which each element is the identification (name) of each input VCF files. The order of these elements must be in accordance with the order of the input files, and its length must be the same as the number of input VCF files. |
A data.frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.