reconstructGene {CoGAPS}R Documentation

Reconstruct Gene

Description

Reconstruct Gene

Usage

reconstructGene(A, P, genes = NA)

Arguments

A

A matrix estimates

P

corresponding P matrix estimates

genes

an index of the gene or genes of interest

Value

the D' estimate of a gene or set of genes

Examples

data(SimpSim)
reconstructGene(SimpSim.result$Amean, SimpSim.result$Pmean)

[Package CoGAPS version 3.0.2 Index]