add_qual_from_vcf: Add QUAL from a VCF into a master table

View source: R/create_master_table.R

add_qual_from_vcfR Documentation

Add QUAL from a VCF into a master table

Description

Add QUAL to master table.

Usage

add_qual_from_vcf(input_table, method_name, vcf_file)

Arguments

input_table

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

method_name

A 1-lenght string. The name of the method from which is desirable to get the QUAL values. The new column is named as "qual_<method_name>".

vcf_file

A 1-lenght string. The path of the VCF file from which the the QUAL values are extracted.

Value

A data.frame


vladimirsouza/variantCallingFromIsoSeq documentation built on March 29, 2023, 1:20 a.m.