No official posts found with tag RandomlySplitVariants
No discussions found with tag RandomlySplitVariants

RandomlySplitVariants

Takes a VCF file, randomly splits variants into two different sets, and outputs 2 new VCFs with the results.

Category Variant Evaluation and Manipulation Tools

Traversal LocusWalker

PartitionBy LOCUS


Overview


Additional Information

Read filters

These Read Filters are automatically applied to the data by the Engine before processing by RandomlySplitVariants.


Command-line Arguments

Inherited arguments

The arguments described in the entries below can be supplied to this tool to modify its behavior. For example, the -L argument directs the GATK engine restricts processing to specific genomic intervals (this is an Engine capability and is therefore available to all GATK walkers).

RandomlySplitVariants specific arguments

This table summarizes the command-line arguments that are specific to this tool. For details, see the list further down below the table.

Name Type Default value Summary
Required
--out1 VariantContextWriter NA File #1 to which variants should be written
--out2 File NA File #2 to which variants should be written
--variant RodBinding[VariantContext] NA Input VCF file
Optional
--fractionToOut1 double 0.5 Fraction of records to be placed in out1 (must be 0 >= fraction <= 1); all other records are placed in out2

Argument details

Arguments in this list are specific to this tool. Keep in mind that other arguments are available that are shared with other tools (e.g. command-line GATK arguments); see Inherited arguments above.

--fractionToOut1 / -fraction ( double with default value 0.5 )

Fraction of records to be placed in out1 (must be 0 >= fraction <= 1); all other records are placed in out2.

--out1 / -o1 ( required VariantContextWriter )

File #1 to which variants should be written.

--out2 / -o2 ( required File )

File #2 to which variants should be written.

--variant / -V ( required RodBinding[VariantContext] )

Input VCF file. Variants from this VCF file are used by this tool as input. The file must at least contain the standard VCF header lines, but can be empty (i.e., no variants are contained in the file). --variant binds reference ordered data. This argument supports ROD files of the following types: BCF2, VCF, VCF3


See also Guide Index | Technical Documentation Index | Support Forum

GATK version 2.5-2-gdb4546e built at 2013/05/01 09:32:36.