summary.fst_genoprob: Summary of an fst_genoprob object

Description Usage Arguments Examples

View source: R/summary.R

Description

Summarize an fst_genoprob object

Usage

1
2
## S3 method for class 'fst_genoprob'
summary(object, ...)

Arguments

object

An object of class "fst_genoprob", as output by fst_genoprob().

...

Ignored.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
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))

qtl2fst documentation built on Oct. 7, 2021, 5:09 p.m.