contrRawData {r3Cseq}R Documentation

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

Description

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

Usage

## S4 method for signature 'r3Cseq'
contrRawData(object)
## S4 replacement method for signature 'r3Cseq'
contrRawData(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.32.0 Index]