View source: R/VCF_split_into_scaffolds.R
VCF_split_into_scaffolds | R Documentation |
This function splits a VCF file into multiple VCFs including data for exactly one scaffold each.
VCF_split_into_scaffolds(VCF.file, output.folder)
VCF.file |
the basepath of the VCF file |
output.folder |
name of the folder where the VCFs should be stored |
The algorithm splits the VCF into multiple scaffold based VCFs and
stores the files in a given folder. This folder can be used as an input for readData(,format="VCF")
TRUE
# VCF_split_into_scaffolds("VCFfile.vcf","scaffoldVCFs")
# test <- readData("scaffoldVCFs", format="VCF")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.