Description Usage Arguments Value
Returns the assay for the given name/index of the FraserDataSet
1 2 3 4 5 6 7 8 9 10 11 | ## S4 method for signature 'FraserDataSet'
assays(x, withDimnames = TRUE, ...)
## S4 replacement method for signature 'FraserDataSet,SimpleList'
assays(x, withDimnames = TRUE, HDF5 = TRUE, type = NULL, ...) <- value
## S4 replacement method for signature 'FraserDataSet,list'
assays(x, withDimnames = TRUE, HDF5 = TRUE, type = NULL, ...) <- value
## S4 replacement method for signature 'FraserDataSet,DelayedMatrix'
assays(x, withDimnames = TRUE, HDF5 = TRUE, type = NULL, ...) <- value
|
x |
FraserDataSet |
withDimnames |
Passed on to SummarizedExperiment::assays() |
... |
Parameters passed on to SummarizedExperiment::assays() |
HDF5 |
Logical value indicating whether the assay should be stored as a HDF5 file. |
type |
The psi type. |
value |
The new value to which the assay should be set. |
(Delayed) matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.