Description Usage Arguments Value
This function reads SNP genotype data from one or more VCF files, and returns
these as a matrix of SNP genotypes - effectively variant base calls.
| 1 2 3 4 5 6 7 8 | 
| infiles | Input VCF file paths. | 
| samples | Optional vector of samples for which SNP genotypes should be obtained. If not specified, genotypes are returned for all available samples. | 
| max.seqlength | Optional parameter to indicate the maximum reference sequence length, which is used to determine the zero-padded width of genomic positions in SNP marker IDs. Without this information, SNP marker IDs may be formatted inconsistently in different datasets. | 
| require.all | Remove variants that are not completely genotyped with respect to the given samples. | 
| require.any | Remove variants that do not have at least one genotype call among the given samples. | 
| require.polymorphic | Remove variants that do not have at least two different genotype calls among the given samples. | 
A matrix object containing SNP genotype data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.