GenomeScan_conduct_scan {wISAM} | R Documentation |
conduct_scan
Description
Conducts the GenomeScan.
Value
an object of class GenomeScan
Note
TODO: allow user to specify subset of chromosomes or loci
Examples
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()
[Package wISAM version 0.2.8 Index]