getAssayData: Retrieve the assay matrix of gene expression data from a...

Description Usage Arguments Value Examples

Description

Retrieve the assay matrix of gene expression data from a Solver object

Usage

1

Arguments

obj

An object of class Solver

Value

The assay matrix of gene expression data associated with a Solver object

Examples

1
2
3
4
# Create a Solver object using the included Alzheimer's data and retrieve the matrix
load(system.file(package="TReNA", "extdata/ampAD.154genes.mef2cTFs.278samples.RData"))
solver <- Solver(mtx.sub)
mtx <- getAssayData(solver)

TReNA documentation built on Nov. 17, 2017, 12:35 p.m.