weitrix_x {weitrix} | R Documentation |
Gets or sets the appropriate assay in the SummarizedExperiment object.
weitrix_x(weitrix) weitrix_x(x) <- value
weitrix |
A weitrix object. |
x |
The weitrix to modify. |
value |
The new matrix. |
A matrix-like object such as a matrix or a DelayedArray.
weitrix_x(simwei) simwei2 <- simwei weitrix_x(simwei2) <- weitrix_x(simwei2) * 2