Cell-Hashing

DRAGEN implements several strategies for demultiplexing of data sets that represent mixtures of cells from different individuals, such as cells from different individuals pooled in one library prep or microfluidic run. One of these methods is a sample oglio-tag based method, referred to as cell-hashing.

To use cell-hashing, you must provide a cell-hashing CSV or FASTA reference file. In CSV format, the feature barcode reference file uses the following header: id,name,read,position,sequence,feature_type.

id—Identifier of the feature. For example, ADT_A1018.
name—Name of the feature. For example, ADT_Hu.HLA.DR.DP.DQ_A1018.
read—Read 1 (R1) or Read 2 (R2).
position—Position on the specified read, including starting position and the length of the feature barcode. For example, a position of 0_15 represents a feature barcode that starts at position 0 and has a length of 15.
sequence—DNA sequence of the feature barcode. For example, CAGCCCGATTAAGGT.
feature_type—Type of the feature. For example, Antibody Capture.