Skip to contents

Kruskal-Wallis test to generate a per cell p-value based on missing data patterns

Usage

missing_pattern_pval_kw(x, mdp)

Arguments

x

Item from list of cell gene expression vectors

mdp

Matrix with gene participation per pattern

Value

list with a p-value for each cell

Examples

if (FALSE) { # \dontrun{
pvalue <- missing_pattern_pval_kw(x, mdp)
} # }