Extract_Modality | R Documentation |
Reorganize multi-modal data after import with Read10X()
or scCustomize read functions.
Organizes sub-lists by data modality instead of by sample.
Extract_Modality(matrix_list)
matrix_list |
list of matrices to split by modality |
list of lists, with one sublist per data modality. Sub-list contain 1 matrix entry per sample
## Not run:
multi_mat <- Read10X(...)
new_multi_mat <- Extract_Modality(matrix_list = multi_mat)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.