Skip to contents

Identify gene co-expression patterns allowing for mismatch

Usage

oar_patterns(data, dm)

Arguments

data

a minimal dataset ready for processing.

dm

a matrix of hamming distances between gene vectors.

Value

Vector of gene co-expression patterns

Examples

if (FALSE) { # \dontrun{
mdp <- oar_patterns(data, dm)
} # }