sigCoords {InTAD}R Documentation

Signal coords GRanges

Description

This funcion returns the signal GRanges

Usage

sigCoords(object)

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

Arguments

object

InTADSig object with signals and genes

Value

Signal GRanges

Examples

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

[Package InTAD version 1.6.0 Index]