add_the_ground_truth_indel_information_to_master_table: Add column that states whether the variant in the...

View source: R/create_master_table.R

add_the_ground_truth_indel_information_to_master_tableR Documentation

Add column that states whether the variant in the ground-truth is an indel or not

Description

Add column that states whether the variant in the ground-truth is an indel or not

Usage

add_the_ground_truth_indel_information_to_master_table(
  input_table,
  vcf_file,
  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 ground-truth VCF file.

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.