Description Value Note Examples
Conducts the GenomeScan.
an object of class GenomeScan
TODO: allow user to specify subset of chromosomes or loci
| 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()$conduct_scan()
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.