initiate_master_table: Initiate master table

View source: R/create_master_table.R

initiate_master_tableR Documentation

Initiate master table

Description

This function create the first columns of the master table. Those columns indicate whether a method could call of not a variant. A master table is used to get information form VCF files generated from different methods and compare to ground-truth VCF files.

Usage

initiate_master_table(..., method_names)

Arguments

...

VCF file addresses.

method_names

Vector of strings in which each element is the identification (name) of each input VCF files. The order of these elements must be in accordance with the order of the input files, and its length must be the same as the number of input VCF files.

Value

A data.frame.


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