summary.fst_genoprob | R Documentation |
Summarize an fst_genoprob object
## S3 method for class 'fst_genoprob'
summary(object, ...)
object |
An object of class |
... |
Ignored. |
library(qtl2)
grav2 <- read_cross2(system.file("extdata", "grav2.zip", package="qtl2"))
pr <- calc_genoprob(grav2)
dir <- tempdir()
fpr <- fst_genoprob(pr, "grav2", dir)
# summary of fst_genoprob object
summary(fpr)
# clean up: remove all the files we created
unlink(fst_files(fpr))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.