vcf_example_bc {onemap} | R Documentation |
Data generated from VCF file with biallelic markers from a f2 backcross population
Description
Simulated biallelic data set for an backcross population
Usage
data("vcf_example_bc")
Format
An object of class onemap
.
Details
A total of 142 backcross individuals were genotyped with 25 markers. The data
was generated from a VCF file. It contains chromossome and position
informations for each marker. It is included to be used as a example in
order to understand how to convert VCF file to OneMap input data with the functions
vcf2raw
and onemap_read_vcfR
.
Author(s)
Cristiane Hayumi Taniguti, chaytaniguti@gmail.com
See Also
read_onemap
for details about objects of class
onemap
.
Examples
data(vcf_example_bc)
plot(vcf_example_bc)
[Package onemap version 3.0.0 Index]