View source: R/SplikitObject.R
| splikit | R Documentation |
Convenience function to create a SplikitObject.
splikit(...)
... |
Arguments passed to |
A new SplikitObject instance.
# From existing matrices using the toy dataset
toy <- load_toy_M1_M2_object()
obj <- splikit(m1 = toy$m1, m2 = toy$m2, eventData = toy$eventdata)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.