print.vcf {GenomicTools.fileHandler} | R Documentation |
Print a vcf Object
Description
Prints an vcf
object.
Usage
## S3 method for class 'vcf'
print(x, n = 6, m = 6, fullHeader = FALSE, ...)
Arguments
x |
Object of class |
n |
Number of samples to display |
m |
Number of columns to display |
fullHeader |
Logical, shall the whole header be printed |
... |
Additional parameters |
Details
The print function displays a vcf object
Author(s)
Daniel Fischer
[Package GenomicTools.fileHandler version 0.1.5.9 Index]