expRawData {r3Cseq}R Documentation

Accessors for the 'expRawData' slot of a r3Cseq object.

Description

The 'expRawData' slot of hold the raw aligned reads data in the GRanges object.

Usage

## S4 method for signature 'r3Cseq'
expRawData(object)
## S4 replacement method for signature 'r3Cseq'
expRawData(object) <- value

Arguments

object

r3Cseq object

value

a GRanges object of aligned reads

Author(s)

S. Thongjuea

See Also

expRawData

Examples


#See the vignette	

[Package r3Cseq version 1.39.0 Index]