-
When inputting multiple fastq files for R1/R2 (i.e. Sample1_R1.fq, Sample1_R2.fq, Sample2_R1.fq, Sample2, R2.fq, SampleX [...]), does demultiplexing occur per sample? or does it pool it then attempt to demultiplex? i.e. Barcode XYZ in Sample 1 shows a specific gene profile (lets call this profile ABC). Barcode XYZ in Sample 2 shows profile DEF. will it show: or will it show: Thanks for any help |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi @sgsayson multiple comma-separated FASTQs are considered as one file, so demultiplexing happens for all of them. |
Beta Was this translation helpful? Give feedback.
-
You can add a distinct string to each of the barcodes in the barcodes.tsv file, e.g. _1 for all barcodes in sample 1, _2 for sample 2, etc. |
Beta Was this translation helpful? Give feedback.
You can add a distinct string to each of the barcodes in the barcodes.tsv file, e.g. _1 for all barcodes in sample 1, _2 for sample 2, etc.
Also, the downstream software (scanpy, seurat) typically allows to load each sample separately, and then concatenate them into one data structure, adding distinct labels for each cell.