| exportVCF | R Documentation | 
Generates a VCF file from phased haplotypes
exportVCF(
  index = NULL,
  outputfolder = NULL,
  phasedHap = NULL,
  positions = NULL,
  bsGenome = NULL,
  ref.fasta = NULL,
  chromosome = NULL,
  assume.biallelic = FALSE
)
| index | Unique identifier used to index analyzed individual/sample | 
| outputfolder | Location to store created VCF file(s) | 
| phasedHap | Data object containing phased haplotypes | 
| positions | Set of heterozygous SNV positions used for phasing obtained from an input VCF files. | 
| bsGenome | A  | 
| ref.fasta | A user defined reference FASTA file to extract reference allele for all SNV positions. | 
| chromosome | Name of the chromosome for which we want to export vcf file | 
| assume.biallelic | If set to  | 
David Porubsky
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.