Description Usage Arguments Details Value
This is an implementation of the ISDBSCAN algorithm of Cassisi et al (2013) adapted to manage large single cell sequencing data.
1 2 3 4 5 |
x |
the input data |
k |
the number of neighbours |
batch_size |
the size of the readed chunk |
stratif |
either TRUE or FALSE, TRUE if we want to stratifie the data, FALSE otherwise. |
The contribution of this package is to provide support for on-disk
data representations such as HDF5, through the use of DelayedMatrix
and HDF5Matrix
objects, as well as for sparse data representation
through the classes of the Matrix
package.
This function performs ISDBSCAN clustering.
a list with the following attributes: clusters, layer, border
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.