Description Usage Arguments Details Author(s) Examples
VCFfile should be used to process VCF files prior downstream analysis with any other function.
| 1 | 
| x | the VCF file to be processed. | 
| sample | specify the column name containing the variant info for the sample of interest. | 
| filter | logical, should the variants have a certain quality value in the 7th mandatory column of the VCF format? | 
| value | optional, which variants should be retained? (e.g. PASS) | 
This function should be used to process VCF files to make them compatible for further filtering. If wanted, a preliminary filtering can be performed by specifiying filter = TRUE and a value in "value". As VCF files can contain variant information from >1 sample, the column name of the sample of interest should be specified.
Bart Broeckx
| 1 2 3 4 5 6 7 8 9 10 11 12 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.