norm_tpm: Accessors for the 'norm_tpm' (transcripts per million) element of an SCESet object.
Description
The norm_tpm element of the arrayData slot in an SCESet object holds
a matrix containing normalised transcripts-per-million values. It has the
same dimensions as the 'exprs' and 'counts' elements, which hold the
transformed expression data and count data, respectively.
Usage
norm_tpm(object)
norm_tpm(object) <- value
"norm_tpm"(object)
"norm_tpm"(object)<-value
"norm_tpm"(object)
"norm_tpm"(object) <- value
Arguments
object
a SCESet object.
value
a matrix of class "numeric"
Value
a matrix of normalised transcripts-per-million data