signals {InTAD}R Documentation

Signal values table

Description

This funcion returns the signal values table

Usage

signals(object)

## S4 method for signature 'InTADSig'
signals(object)

Arguments

object

InTADSig object with signals and genes

Value

Signals table

Examples

inTadSig <- newSigInTAD(enhSel, enhSelGR, rpkmCountsSel, txsSel)
head(signals(inTadSig))

[Package InTAD version 1.14.0 Index]