.extract_indices | R Documentation |
Extract row and column indices of the count matrix from h5 file.
.extract_indices(idx, new.start, zero.based = TRUE)
idx |
Row index of corresponding element in the non-zero count matrix. |
new.start |
Index of the start of each column corresponding to
|
zero.based |
Whether the and are zero-based or not. (By default is TRUE) |
List of row (i) and column (j) indices of the non-zero elements in the count matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.