geneCoords {InTAD}R Documentation

Gene coords GRanges

Description

This funcion returns the gene GRanges

Usage

geneCoords(object)

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

Arguments

object

InTADSig object with signals and genes

Value

Gene GRanges

Examples

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

[Package InTAD version 1.2.3 Index]