Recover cell barcode if it contains a single N only #15
Open
Description
In Salmon, there is a step for recovering barcodes that contain N's. If there is only one N, it will be replaced with A, otherwise that barcode will be ignored:
/~https://github.com/COMBINE-lab/salmon/blob/447ae4eef9bcf2b6293a01a99fbbd8d5007e370d/src/SalmonAlevin.cpp#L686-L694
It would be nice to implement the same logic here too.