Learn R Programming

vcfR (version 1.0.0.9000)

vcfR-class: vcfR class

Description

An S4 class for storing vcf data.

Arguments

Slots

meta

character vector for the meta information

fix

matrix for the fixed information

gt

matrix for the genotype information

Details

Defines a class for variant call format data. A vcfR object contains three slots. The first slot is a character vector which holds the meta data. The second slot holds an eight column matrix to hold the fixed data. The third slot is a matrix which holds the genotype data.

See vignette('vcf_data') for more information. See the vcf specification for the file specification.