binaryA {CoGAPS}R Documentation

Binary Heatmap for Standardized A Matrix

Description

Binary Heatmap for Standardized A Matrix

Usage

binaryA(Amean, Asd, threshold = 3)

Arguments

Amean

the mean estimate for the A matrix

Asd

the standard deviations on Amean

threshold

the number of standard deviations above zero that an element of Amean must be to get a value of 1

Details

creates a binarized heatmap of the A matrix in which the value is 1 if the value in Amean is greater than threshold * Asd and 0 otherwise

Value

plots a heatmap of the A Matrix

Examples

data(SimpSim)
binaryA(SimpSim.result$Amean, SimpSim.result$Asd, threshold=3)

[Package CoGAPS version 3.0.2 Index]