CastAssay | R Documentation |
Cast layers in v5 assays to other classes
CastAssay(object, to, ...)
## S3 method for class 'Assay5'
CastAssay(object, to, layers = NA, verbose = TRUE, ...)
object |
An object |
to |
Either a class name or a function that takes a layer and returns the same layer as a new class |
... |
If |
layers |
A vector of layers to cast; defaults to all layers |
verbose |
Show progress updates |
object
with the layers cast to class specified by to
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.