Result accessor function
rlresult(object, resultName)
| object | RLRanges object. |
|---|---|
| resultName | Name of the result slot to access. See details. |
The contents of the requested slot.
"featureEnrichment" The tbl generated from running the
featureEnrich() function.
"correlationMat". The matrix generated from running the
corrAnalyze() function.
"rlfsRes". The list generated from running the
analyzeRLFS() function.
"geneAnnoRes". The tbl generated from running the
geneAnnotation() function.
"predictRes". The list generated from running the
predictCondition() function.
"rlRegionRes". The list generated from running the
rlRegionTest() function.
rlr <- readRDS(system.file("extdata", "rlrsmall.rds", package = "RLSeq")) rlresult(rlr, "predictRes")