Description Usage Arguments Value Examples
Merge Variant Calling Format (VCF) files into a single tab-delimited table
1 2 3 4 5 6 7 |
vcf_fls |
A list of paths to VCF files |
vcf_folder |
A path to a folder containing all VCF file that will be integrated into a single table |
gff3_path |
Path to GFF3 file |
file.out |
Given name for the output file |
print.out |
Logical value indicating if the produced table should be printed |
A data table contaiing all variants from each sample of the input VCF files
1 2 3 4 5 6 7 | merge_vcf(vcf_folder = system.file("extdata",
"vcf-files",
package = "lineagespot"),
gff3_path = system.file("extdata",
"NC_045512.2_annot.gff3",
package = "lineagespot"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.