View source: R/create_master_table.R
add_two_method_comparison_to_master_table | R Documentation |
This function adds a column in a master table that compares two given methods. The new column informs whether the variant was called only by the first method ('method1_name'), only by the second method ('method2_name'), by both methods ('"both"'), or neither of them ('"neither"').
add_two_method_comparison_to_master_table(
input_table,
method1_name,
method2_name
)
input_table |
A data.frame. The master table to add the new column. |
method1_name |
A 1-length string. The name of the first method. |
method2_name |
A 1-length string. The name of the second method. |
A data.frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.