add_two_method_comparison_to_master_table: Add column to compare two methods in a master table

View source: R/create_master_table.R

add_two_method_comparison_to_master_tableR Documentation

Add column to compare two methods in a master table

Description

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"').

Usage

add_two_method_comparison_to_master_table(
  input_table,
  method1_name,
  method2_name
)

Arguments

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.

Value

A data.frame.


vladimirsouza/lrRNA-seq_benchmark documentation built on March 25, 2023, 9:29 p.m.