https://github.com/satijalab/seurat
Raw File
Tip revision: 7618ac8798e2aefc509529f07af9d2836b96a1be authored by Paul Hoffman on 12 June 2018, 15:33:31 UTC
Update cran-comments
Tip revision: 7618ac8
Read10X_h5.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/preprocessing.R
\name{Read10X_h5}
\alias{Read10X_h5}
\title{Read 10X hdf5 file}
\usage{
Read10X_h5(filename, ensg.names = FALSE)
}
\arguments{
\item{filename}{Path to h5 file}

\item{ensg.names}{Label row names with ENSG names rather than unique gene names}
}
\value{
Returns a sparse matrix with rows and columns labeled. If multiple genomes are present,
returns a list of sparse matrices (one per genome).
}
\description{
Read gene expression matrix from 10X CellRanger hdf5 file
}
back to top