Learn R Programming

CoGAPS (version 2.6.0)

reorderByPatternMatch: Match two sets of patterns found with CoGAPS

Description

Matches two sets of pattern matrices (of the same size) found with CoGAPS. Matches are identified by finding identifying subsequently decreasing correlations between patterns in the respective matrices.

Usage

reorderByPatternMatch(P, matchTo)

Arguments

P
Pattern matrix for which rows will be arranged to match the matrix in matchTo
matchTo
Pattern matrix to which P is matched.

Value