View source: R/snap-utilities.R
rmBmatFromSnap | R Documentation |
This function takes a snap object as input and removes the cell-by-bin matrix in the existing snap object. Report error when cell-by-bin matrix is empty.
rmBmatFromSnap(obj)
obj |
A snap object to remove cell-by-bin matrix. |
Return a snap object without cell-by-bin matrix
data(demo.sp) rmBmatFromSnap(demo.sp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.