Description Usage Arguments Value Examples
Retrieve the assay matrix of gene expression data
1 | getFilterAssayData(obj)
|
obj |
An object of a CandidateFilter class |
The assay matrix of gene expression data associated with a CandidateFilter object
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.