annotReg {srnadiff} | R Documentation |
The annotReg
slot holds the annotated regions as a GRanges
object.
## S4 method for signature 'srnadiffExp' annotReg(object) ## S4 replacement method for signature 'srnadiffExp' annotReg(object) <- value
object |
An |
value |
Annotated regions as a |
The regions given by the user, as a GRanges
.
srnaExp <- srnadiffExample() annotReg(srnaExp)