reconstructGene {CoGAPS} | R Documentation |
Reconstruct Gene
reconstructGene(A, P, genes = NA)
A |
A matrix estimates |
P |
corresponding P matrix estimates |
genes |
an index of the gene or genes of interest |
the D' estimate of a gene or set of genes
data(SimpSim) reconstructGene(SimpSim.result$Amean, SimpSim.result$Pmean)