Learn R Programming

RNOmni (version 0.3.0)

BootCorr: Bootstrap Correlation Estimate.

Description

Use bootstrap to estimate correlation among Z statistics whose maximum is taken in the omnibus test.

Usage

BootCorr(y, G, X, S, k = 3/8, B = 100, parallel)

Arguments

y

Numeric phenotype vector.

G

Snp by obs genotype matrix.

X

Obs by feature covariate matrix.

S

Obs by feature structure matrix.

k

Offset applied during rank-normalization. See rankNormal.

B

Bootstrap samples for correlation estimation.

parallel

Run bootstraps in parallel? Must register parallel backend first.