exprs,InTADSig-method {InTAD}R Documentation

Gene expression counts table

Description

This funcion returns gene expression counts table

Usage

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

Arguments

object

InTADSig object with signals and genes

Value

Gene expression table

Examples

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

[Package InTAD version 1.6.0 Index]