reconstructGene {CoGAPS} | R Documentation |
reconstruct gene
reconstructGene(object, genes = NULL) ## S4 method for signature 'CogapsResult' reconstructGene(object, genes = NULL)
object |
an object of type CogapsResult |
genes |
an index of the gene or genes of interest |
the D' estimate of a gene or set of genes
data(GIST) D_estimate <- reconstructGene(GIST.result)