Result accessor function

rlresult(object, resultName)

Arguments

object

RLRanges object.

resultName

Name of the result slot to access. See details.

Value

The contents of the requested slot.

Details

Slots available

"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.

Examples

rlr <- readRDS(system.file("extdata", "rlrsmall.rds", package = "RLSeq"))

rlresult(rlr, "predictRes")