This function reads a matrix generated by the 10x processing pipeline from the specified directory and returns it. It aborts if one of the required files in the specified directory do not exist.
read10xMatrix(path, version = "V3", transcript.id = "SYMBOL", verbose = TRUE)
parsed 10x outputs into a matrix
string Location of 10x output
string Version of 10x output to read (default='V3'). Must be one of 'V2' or 'V3'.
string Transcript identifier to use (default='SYMBOL'). Must be either 'SYMBOL' (e.g. "Sox17") or 'ENSEMBL' (e.g. "ENSMUSG00000025902"). This value is case-sensitive.
boolean Whether to return verbose output