prepare.vcf.specification {varitas} | R Documentation |
prepare.vcf.specification
Description
Prepare VCF specification data frame for annotation
Usage
prepare.vcf.specification(vcf.details, sample.id.column = 1,
vcf.column = 2, job.dependency.column = NA, caller.column = NA)
Arguments
vcf.details |
Data frame containing details of VCF files |
sample.id.column |
Identifier of column in |
vcf.column |
Identifier of column in |
job.dependency.column |
Identifier of column in |
caller.column |
Identifier of column in |
Value
Properly formatted VCF details
[Package varitas version 0.0.2 Index]