View source: R/ZarrExperiment-class.R
ZarrExperiment | R Documentation |
The 'ZarrExperiment' class is a matrix-like container where rows represent features and columns samples, similar to the SummarizedExperiment container.
ZarrExperiment(zarrchive, ...)
zarrchive |
Either a ZarrArchive class or path to the top level of a Zarr archive. |
... |
Additional arguments passed to the 'SingleCellExperiment' constructor function |
fl <- system.file(
package="ZarrExperiment", "extdata",
"stahl-2016-science-olfactory-bulb.matrix.zarr"
)
ZarrExperiment(fl)
ZarrExperiment(
ZarrArchive(fl)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.