Learn R Programming

RNOmni (version 0.1.4)

missFilter: Missingness Filter

Description

Function to adjust for missing data. Observations with phenotype or structure adjustments missing are removed. Missing covariates are imputed to the median of the observed values. An observation missing genotype information is excluded from association testing only at those loci where genotype is unobserved.

Usage

missFilter(y, G, X, S)

Arguments

y

Numeric phenotype vector

G

Snp by obs genotype matrix.

X

Obs by feature covariate matrix.

S

Obs by feature structure matrix.