gt_vt_method | R Documentation |
Create a new data.frame from a input master table. The rows correspond to the same variants in 'input_table' and in the same order.
gt_vt_method(input_table, gt_first, gt_second, vt_first, vt_second)
input_table |
A data.frame. The input master table. |
gt_first |
A 1-length string. The name of the column that stores the genotypes called by a method. This method is called the first method. |
gt_second |
A 1-length string. If the first method does not call some variants, extract their genotype from column 'gt_second'. |
vt_first |
A 1-length string. The name of the column that stores the variant type called by a method. This method is called the first method. |
vt_second |
A 1-length string. If the first method does not call some variants, extract their variant type from column 'vt_second'. |
A data.frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.