Use bootstrap to estimate correlation among Z statistics whose maximum is taken in the omnibus test.
BootCorr(y, G, X, S, k = 3/8, B = 100, parallel)
Numeric phenotype vector.
Snp by obs genotype matrix.
Obs by feature covariate matrix.
Obs by feature structure matrix.
Offset applied during rank-normalization. See
rankNormal
.
Bootstrap samples for correlation estimation.
Run bootstraps in parallel? Must register parallel backend first.