getFilterAssayData: Retrieve the assay matrix of gene expression data

Description Usage Arguments Value Examples

Description

Retrieve the assay matrix of gene expression data

Usage

1

Arguments

obj

An object of a CandidateFilter class

Value

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

Examples

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

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