Learn R Programming

wISAM (version 0.2.8)

GenomeScan_conduct_scan: conduct_scan

Description

Conducts the GenomeScan.

Arguments

Value

an object of class GenomeScan

Examples

Run this code
# NOT RUN {
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()

# }

Run the code above in your browser using DataLab