sample_data_wheat_qtl {geneNR} | R Documentation |
Sample Data
Description
A dataset containing sample data related to genetic markers and associated traits.
Usage
sample_data_wheat_qtl
Format
A data frame with columns:
- traits
Associated traits, character.
- Chr
Chromosome location, character.
- start
Position on the chromosome where QTL starts, numeric.
- stop
Position on the chromosome where QTL stops, numeric.
Source
Generated for demonstration purposes
Examples
data(sample_data_wheat_qtl) #lazy loading
[Package geneNR version 2.0.1 Index]