import10xFeatureMatrix | R Documentation |
This function will import the feature matrix from a 10x feature hdf5 file.
import10xFeatureMatrix(
input = NULL,
names = NULL,
strictMatch = TRUE,
verbose = TRUE,
featureType = "Gene Expression",
features = NULL,
genesToExclude = NULL,
force = FALSE
)
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. |
strictMatch |
Only relevant when multiple input files are used. A boolean that indictes whether rows (genes) that do not match perfectly in the matrices
should be removed ( |
verbose |
Only relevant when multiple input files are used. A boolean that indicates whether messaging about mismatches should be verbose ( |
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. |
features |
A genomic ranges object containing a "name" column to help fill missing 10x intervals for RSE. With the default CellRanger output, mitochondrial
genes are not given genomic ranges. If you wish to recover these transcripts, for example for QC-based filtering, you must provide ranges for these genes. The same
applies for any genes in the provided |
genesToExclude |
A character vector of gene names to be excluded from the returned |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.