ReadFrom10X_h5 {IRISFGM} | R Documentation |
This function provide a method for reading in HDF5 file from 10X platform.
ReadFrom10X_h5(input = NULL, use.names = TRUE, unique.features = TRUE) ReadFrom10X_h5(input = NULL, use.names = TRUE, unique.features = TRUE) ## S4 method for signature 'IRISFGM' ReadFrom10X_h5(input = NULL, use.names = TRUE, unique.features = TRUE)
input |
Input an HDF5 object |
use.names |
Use barcode, default is true |
unique.features |
use gene name, default is true |
The output from Read10X_h5
It will return a gene expression matrix.