Single Cell RNA Outputs
Single-cell RNA outputs are found in the standard DRAGEN output location using the prefix scRNA.

The following three files provide information per-cell gene expression level in matrix market (*.mtx) format:
Option |
Description |
---|---|
<prefix>.scRNA.matrix.mtx |
Count of unique UMIs for each cell/gene pair in sparse matrix format. |
<prefix>.scRNA.barcodes.tsv |
Cell-barcode sequence for each cell from the matrix. |
<prefix>.scRNA.genes.tsv |
Gene name and ID for each gene in the matrix. This includes all cell barcodes. The subset corresponding to passing cells can be found under the Filter column in scRNA.barcodeSummary.tsv. |

Alignments of the transcript reads are sorted by coordinate and output as a BAM file. Each alignment is annotated with an XB tag containing the cell barcode and an RX tag containing the UMI. The alignments use the original sequences without any errors corrected. Fragments that did not have an associated barcode read, for example fragments trimmed on the input data, do not XB and RX tags.

The <prefix>.scRNA.metrics.csv file contains per sample scRNA metrics.

Metric |
Description |
---|---|
Invalid barcode read |
Overall barcode sequence (cell barcode + UMI) failed basic checks. For example, the barcode read was missing or too short. |
Error free cell-barcode |
Reads with cell-barcode sequences that were not altered during error correction. For example, if the read was an exact match to the allow list. |
Eallow listected cell-barcode |
Reads with cell-barcode sequences successfully corrected to a valid sequence. |
Filtered cell-barcode |
Reads with cell-barcode sequences that could not be corrected to a valid sequence. For example, the sequence does not match allow list with at most one mismatch. |

Metric |
Description |
---|---|
Unique exon match |
Reads with valid cell-barcode and UMI that match a unique gene. |
Unique intron match |
Reads do not match exons, but introns of exactly one gene. For example, if using the command --single-cell-count-introns=true. |
Ambiguous match |
Reads match to multiple genes. |
Wrong strand |
Reads overlap a gene on the opposite strand defined by library type. |
Mitochondrial reads |
Reads map to the mitochondrial example, if there is a matching gene. |
No gene |
Reads do not match to any gene. Includes intronic reads unless using --single-cell-count-introns=true . |
Filtered multimapper |
Reads excluded due to multiple alignment positions in the genome. |

Metric |
Description |
---|---|
Total counted reads |
Reads with valid cell-barcode and UMI that match a unique gene. |
Reads with error-corrected UMI |
Counted reads where the UMI was error-corrected to match another similar UMI sequence. |
Reads with invalid UMI |
Reads that were not counted due to invalid UMI sequence. For example, pure homopolymer reads or reads containing Ns. |
Sequencing saturation |
Fraction of reads with duplicate UMIs. 1 - (UMIs / Reads). |
Unique cell-barcodes |
Overall number of unique cell-barcode sequences in counted reads only. |
Unique UMIs |
Overall number of unique cell-barcode and UMI combinations counted. |

Metric |
Description |
---|---|
UMI threshold for passing cells |
Number of UMIs required for a cell-barcode to pass filtering. |
Passing cells |
Number of cell-barcodes that passed the filters. |
Fraction genic reads in cells |
Counted reads assigned to cells that passed the filters. |
Fraction reads putative cells |
All counted reads assigned to cells that passed the filters. |
Median reads per cells |
Total counted reads per cell that passed the filters. |
Median UMIs per cells |
Total counted UMIs per cell that passed the filters. |
Median genes per cells |
Genes with at least one UMI per cell that passed the filters. |
Total genes detected |
Genes with at least one UMI in at least one cell that passed the filters. |

The <prefix>.scRNA.barcodeSummary.tsv contains summary statistics for each unique cell-barcode per cell after error correction.
Metric |
Description |
||||||
---|---|---|---|---|---|---|---|
ID |
Unique numeric ID for the cell-barcode. The ID matches the line in UMI count matrix (*.mtx) output. |
||||||
Barcode |
The cell-barcode sequence. |
||||||
TotalReads |
Total reads with the cell-barcode sequence. This includes error corrected reads. |
||||||
GeneReads |
Reads counted towards a gene. |
||||||
UMIs |
Total number of UMIs in counted reads. |
||||||
Genes |
Unique genes detected. |
||||||
MitochondrialReads |
Reads mapped to mitochondrial genome. |
||||||
Filter |
The following are the available filter values:
|