View source: R/ligerDataset-methods.R
isH5Liger | R Documentation |
Check if a liger or ligerDataset object is made of HDF5 file
isH5Liger(object, dataset = NULL)
object |
A liger or ligerDataset object. |
dataset |
If |
TRUE
or FALSE
for the specified check.
isH5Liger(pbmc)
isH5Liger(pbmc, "ctrl")
ctrl <- dataset(pbmc, "ctrl")
isH5Liger(ctrl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.