labeledSF {INSPEcT}R Documentation

Accessor to the slot labeledSF of an INSPEcT object

Description

Accessor to obtain the labeledSF slot associated with the object of class INSPEcT

Usage

labeledSF(object)

## S4 method for signature 'INSPEcT'
labeledSF(object)

Arguments

object

An object of class INSPEcT

Value

A numeric that indicates the scaling factors applied between time points of the data coming from Nascent-seq library (applies directly to synthesis rates and indirectly to degradation rates)

Examples

nascentInspObj10 <- readRDS(system.file(package='INSPEcT', 'nascentInspObj10.rds'))
labeledSF(nascentInspObj10)

[Package INSPEcT version 1.22.0 Index]