createLigerDataset | R Documentation |
Create in-memory ligerDataset object
createLigerDataset(
rawData = NULL,
modal = c("default", "rna", "atac", "spatial", "meth"),
normData = NULL,
scaleData = NULL,
featureMeta = NULL,
...
)
rawData , normData , scaleData |
A |
modal |
Name of modality for this dataset. Currently options of
|
featureMeta |
Data frame of feature metadata. Default |
... |
Additional slot data. See ligerDataset for detail. Given values will be directly placed at corresponding slots. |
ligerDataset, ligerATACDataset, ligerSpatialDataset, ligerMethDataset
ctrl.raw <- rawData(pbmc, "ctrl")
ctrl.ld <- createLigerDataset(ctrl.raw)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.