Description Usage Format Examples
Genotypic data from a QTL mapping experiment Rice, with data on 200 F2 lines (IR64 x ASD1) and 3436 SNP markers.
1 |
An object of class "list"
; imported with readABHgenotypes
from ABHgenotypeR
.
1 2 3 4 5 6 | data(abhgeno)
j <- imputeByFlanks(abhgeno)
h <- correctUndercalledHets(j, 10)
k <- correctStretches(h, 7)
l <- maskTransitionSites(k, 4)
m <- maskChromosomeEnds(l, 4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.