import10xFeatureMatrix | R Documentation |
This function will import the feature matrix from a 10x feature hdf5 file.
import10xFeatureMatrix( input = NULL, names = NULL, featureType = "Gene Expression" )
input |
A character of paths to 10x feature hdf5 file(s). These will traditionally have a suffix similar to "filtered_feature_bc_matrix.h5". |
names |
A character of sample names associated with each input file. |
featureType |
The name of the feature to extract from the 10x feature file. See https://support.10xgenomics.com/single-cell-gene-expression/software/pipelines/latest/advanced/h5_matrices for more information. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.