Description Usage Arguments Value Author(s) See Also Examples
View source: R/read.write.vcf.r
To easily read genomic data in vcf-Format to a matrix. Function
codeGeno uses read.vcf2matrix with imputing by beagle.
1 2 3 4 5 6 7  | read.vcf2matrix(
  file,
  FORMAT = "GT",
  coding = c("allele", "ref"),
  IDinRow = TRUE,
  cores = 1
)
 | 
file | 
 
  | 
FORMAT | 
 
  | 
coding | 
 This option has only an effect with   | 
IDinRow | 
 
  | 
cores | 
 
  | 
A matrix (matrix) containing a representation of
the data in the file.
Hans-Juergen Auinger
1 2 3 4 5 6 7 8 9  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.