HumanCellAtlas / secondary-analysis

Secondary Analysis Service of the Human Cell Atlas Data Coordination Platform
https://pipelines.data.humancellatlas.org/ui/
BSD 3-Clause "New" or "Revised" License
3 stars 2 forks source link

Appropriate algorithm for cell barcode and UMI error correction #234

Closed kbergin closed 5 years ago

kbergin commented 6 years ago

Current cell barcode correction methods lose some reads due to them having more than one error. We could implement another method that would allow us to quickly find cell barcode and UMI barcode errors that are greater than hamming distance one.

Suggestions:

AC

kbergin commented 5 years ago
kbergin commented 5 years ago

@barkasn @kishorikonwar Tim suggests that this paper may have already benchmarked umi-tools vs alevin and may mean that we don't need to do benchmarking to choose a tool we could just use results from papers that have shown benchmarking. https://www.biorxiv.org/content/early/2018/06/01/335000

Perhaps there are other papers that have benchmarked this algorithm

kbergin commented 5 years ago

We have decided to implement umi-tools as a first pass and are communicating with the developers of Alevin for their help using their tool in the future. When they are ready we will put that into Optimus.