load_worm_l2 | R Documentation |
Build a cell_data_set from C. elegans L2 data.
load_worm_l2(matrix_control = list())
matrix_control |
A list used to control how the counts matrix is stored in the CDS. By default, Monocle3 stores the counts matrix in-memory as a sparse matrix. Setting 'matrix_control=list(matrix_class="BPCells")', stores the matrix on-disk as a sparse matrix. |
cds object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.