read10xMolInfoSamples | R Documentation |
Step 2: load data from the molecule_info.h5 files
read10xMolInfoSamples(samples, barcode_length = NULL)
samples |
A named list of filepaths. |
barcode_length |
the length of the cell barcode for v2 data. |
For each sample, the function loads from the molecule_info.h5 file the data corresponding to the following four fields: cell-barcode, gene, umi, and read. The genes field containing the reference gene names is also read from the first sample on the assumption that this field is identical across the samples - as should be the case.
lists of cell, gene, umi, read count, and ref_genes variables.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.