rlresult {RLSeq}R Documentation

RLSeq Results

Description

Functions for creating and accessing the R-loop results (RL Results). These are a type of object used for holding the results of the tests implemented in RLSeq. They can be accessed using the rlresult function.

Usage

rlresult(object, resultName)

Arguments

object

RLRanges object.

resultName

Name of the result slot to access. See details.

Details

Slot descriptions

Value

The contents of the requested slot.

Examples


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

rlresult(rlr, "predictRes")

[Package RLSeq version 1.0.0 Index]