Skip to contents

Generate scores and p-values to determine heterogeneity of data by looking at whether missingness is observed-at-random (OAR)

Usage

oar_base(data, mdp)

Arguments

data

A gene-cell expression matrix with NA values in place of 0s.

mdp

A vector indicating the pattern to which each gene belongs.

Value

Data frame with OAR-score, p-value, adjusted p-value, and percent missing data for each cell.

Examples

if (FALSE) { # \dontrun{
output <- oar_base(data, mdp)
} # }