GenomeScan_prep_scan: prep_scan

Description Value Examples

Description

Prepare a GenomeScan for running. Does all the computations that need to be done exactly once per genome scan.

Value

an object of class GenomeScan

Examples

1
2
3
4
5
6
7
8
9
library(wISAM)

wgs <- GenomeScan$new(y = phenotype,
                      X = covariate_mat,
                      G = locus_list,
                      K = kinship_mat,
                      w = 1/se_mean_per_strain)

result <- wgs$prep_scan()

wISAM documentation built on May 2, 2019, 9:14 a.m.