skovaka / UNCALLED

Raw nanopore signal mapper that enables real-time targeted sequencing
MIT License
520 stars 44 forks source link

barcodes #34

Closed ramoya closed 3 years ago

ramoya commented 3 years ago

Does UNCALLED handle barcoded samples? Meaning, does it exclude barcodes in k-mer search of the reference? Does it demultiplex reads into separate files? #32 had some info but these answers weren't clear to me

skovaka commented 3 years ago

No, we don't currently have an option to skip barcodes. I haven't tried running UNCALLED on barcoded samples, but I don't think they would reduce the mapping rate very much because the sequences are short and a bit of unalignable signal isn't a big problem. The only major issue I can envision is false positives if the any barcodes happen to match a sequence in your target reference. You could fix that by aligning the barcode sequences to your reference and masking hits by replacing the sequences with "N"s. I'll try to do some testing with this and maybe try adding an option to skips barcodes in the future.

aspitaleri commented 3 years ago

Same question as #32 . have look to it.