Read10X_probe_metadata {Seurat} | R Documentation |
Read10x Probe Metadata
Description
This function reads the probe metadata from a 10x Genomics probe barcode matrix file in HDF5 format.
Usage
Read10X_probe_metadata(data.dir, filename = "raw_probe_bc_matrix.h5")
Arguments
data.dir |
The directory where the file is located. |
filename |
The name of the file containing the raw probe barcode matrix in HDF5 format. The default filename is 'raw_probe_bc_matrix.h5'. |
Value
Returns a data.frame containing the probe metadata.
[Package Seurat version 5.1.0 Index]