This function will import the feature matrix from a 10x feature hdf5 file.
import10xFeatureMatrix(
input = NULL,
names = NULL,
featureType = "Gene Expression"
)
A character of paths to 10x feature hdf5 file(s). These will traditionally have a suffix similar to "filtered_feature_bc_matrix.h5".
A character of sample names associated with each input file.
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.