Hello,
I have ParseBio + Nanopore bam files with pre-called barcodes from the Parse pipeline. Since Parse isn't explicitly listed in your single-cell mode documentation, I'm using --barcoded_bam with --barcode_tag CB and --umi_tag PN to bypass barcode calling. However, I'm unsure which --mode to specify for a non-native platform (for UMI deduplication). Is there a way to specify UMI length independently of the mode? (I don't think custom_sc is correct here since barcode calling has already been performed).
Running IsoQuant version 3.12.2
Thanks!
--
Edit:
I ended up trying with custom_sc without specifying a MDF and PCR filtering occurred according to the logs:
2026-04-16 05:52:33,275 - INFO - Filtering PCR duplicates with edit distance 4
The Parse UMIs are 10bp long. Is edit distance of 4 the correct threshold? And do you have any recommendations on parameters? Deduplication stats:
2026-04-16 06:01:01,181 - INFO - Unique gene-barcodes pairs: 7386671
2026-04-16 06:01:01,181 - INFO - Total reads saved: 10416079
2026-04-16 06:01:01,181 - INFO - Spliced reads saved: 2995860
2026-04-16 06:01:01,181 - INFO - Total assignments processed: 15403919
2026-04-16 06:01:01,181 - INFO - Assigned to any gene: 13593108
2026-04-16 06:01:01,181 - INFO - Assigned to any gene and barcoded: 13238374
2026-04-16 06:01:01,181 - INFO - Spliced: 3562888
2026-04-16 06:01:01,181 - INFO - Spliced and barcoded: 3412169
2026-04-16 06:01:01,181 - INFO - Uniquely assigned: 13238374
2026-04-16 06:01:01,181 - INFO - Uniquely assigned and barcoded: 13238374
2026-04-16 06:01:01,181 - INFO - Uniquely assigned and spliced: 3412169
2026-04-16 06:01:01,181 - INFO - Uniquely assigned and spliced and barcoded: 3412169
Hello,
I have ParseBio + Nanopore bam files with pre-called barcodes from the Parse pipeline. Since Parse isn't explicitly listed in your single-cell mode documentation, I'm using
--barcoded_bamwith--barcode_tag CBand--umi_tag PNto bypass barcode calling. However, I'm unsure which--modeto specify for a non-native platform (for UMI deduplication). Is there a way to specify UMI length independently of the mode? (I don't thinkcustom_scis correct here since barcode calling has already been performed).Running IsoQuant version 3.12.2
Thanks!
--
Edit:
I ended up trying with
custom_scwithout specifying a MDF and PCR filtering occurred according to the logs:The Parse UMIs are 10bp long. Is edit distance of 4 the correct threshold? And do you have any recommendations on parameters? Deduplication stats: