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)
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' or 'ENSEMBL'.
boolean Whether to return verbose output
parsed 10x outputs into a matrix