add_a_method_indel_information_to_master_table: Add column that states whether the variant called by a method...

View source: R/create_master_table.R

add_a_method_indel_information_to_master_tableR Documentation

Add column that states whether the variant called by a method is an indel or not

Description

Add column that states whether the variant called by a method is an indel or not

Usage

add_a_method_indel_information_to_master_table(
  input_table,
  vcf_file,
  method_name,
  truth_name
)

Arguments

input_table

A data.frame. The master table to add the new column.

vcf_file

1-length string. The address of the method VCF file.

method_name

1-length string. The name of the method.

truth_name

1-length string. The name of the ground-truth.

Value

A data.frame


vladimirsouza/lrRNAseqBenchmark documentation built on March 23, 2023, 7:32 a.m.