Description Usage Arguments Value Examples
This function provide a method for reading in HDF5 file from 10X platform.
1 2 3 4 5 6 | 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.
1 | ## Not run: input_mat <- ReadFrom10X_h5(input= 'my.h5')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.