weitrix_weights.Rd
Gets or sets the appropriate assay in the SummarizedExperiment object.
weitrix_weights(weitrix) weitrix_weights(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_weights(simwei)#> 1 2 3 4 5 #> 1 3 3 6 0 5 #> 2 3 3 2 3 2 #> 3 1 2 3 1 1 #> 4 4 2 2 4 2 #> 5 3 2 4 2 3 #> 6 4 5 5 2 3 #> 7 3 4 1 7 0