Barcode registration discrepancy between provided barcode coordinates and generated coordinates from raw data #25
-
Thank you for providing the fastq files from barcode registration! I've been trying to replicate the barcode registration processing step where you turn the reads from the fastq into the barcode coordinate matrices. Specifically, I've been comparing outputs generated from the raw data at fc_2_L3.fastq.gz to the provided output tile barcode coordinate matrices in adult_hippocampus_tiles.tar.xz. After running It seems that EDIT: Apologies for the plethora of edits on this post, I've removed the attempt at illustrating the observations as I'm realizing that the overlap between different subsets of in-tile and cross-tile barcodes is potentially very complex. The core of this question is simply:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I've uploaded my generated files from The above observations are based on the differences between these files and their corresponding files in adult_hippocampus_tiles.tar.xz |
Beta Was this translation helpful? Give feedback.
Hi Steven! Thanks for the questions :)
There's no post-processing of the barcode coordinates
The number of collisions is very low, but we're also working on implementing HD==1 for error correction. We will extend
barcode_processing.py
to include different duplicate-removal strategies.