LuyiTian / FLAMES

Full-length transcriptome splicing and mutation analysis
GNU General Public License v3.0
73 stars 11 forks source link

Adapt match_cell_barcode to custom Barcode and UMI Length #39

Open stambolliualen opened 1 year ago

stambolliualen commented 1 year ago

Hi,

Thanks for developing FLAMES.

I have a specific requirement that involves adapting match_cell_barcode function to accommodate different barcode and UMI lengths. Currently, the software assumes a standard barcode length of 16 and a UMI length of 10, based on 10X kit. I would like to request if it would be possible to modify these parameters according to my needs, since I’m using a custom single-cell ONT library with same flanking sequence (CTACACGACGCTCTTCCGATCT) but barcode length of 11 and UMI of 14 bp respectively.

Regarding the UMI length, it can be specified by command line. I would like to ask you a feedback:

Are these modifications correct and sufficient in order to have a proper barcode and UMI assignment, or do I have to change something else in the source code of match_cell_barcode?

Sorry in advance but I’m not an expert in c++. Best