Skip to contents

Create list of which genes participate in each pattern.

Usage

get_missing_pattern_genes(data)

Arguments

data

a Seurat object that has had oar() or oar_by_cluster() run on it previously.

Value

data.frame of genes annotated with missing data pattern they participate in (globally or by cluster).

Examples

if (FALSE) { # \dontrun{
mdp <- get_missing_pattern_genes(data)
} # }