Closed maxim-h closed 4 months ago
The plan is that https://github.com/DavidsonGroup/flexiplex would do consensus read calling and collapse the UMIs, and so nothing will need to change for sc_mutations
(FLAMES uses a built-in Rcpp version of flexiplex for de-multiplexing when barcode lists are given.)
Thank you for clarification. A couple of things I wanted to clarify:
align2genome.bam
to retrieve genotypes. Are UMI used in any way to adjust the counts, e.g. just skipping the reads with already observed UMIs?matched_reads_dedup.fastq
file in the output directory. Are UMIs already collapsed there? But it's not used for sc_mutations
yet, right?matched_reads_dedup.fastq
and used in later steps. This could obviously be done more sophisticatedly.align2genome.bam
would be using the de-duped reads hence nothing needs to be updated in sc_mutations
.
Hi,
I have a question about the genotyping of single cells with the
sc_mutations
function. Are UMIs used there to collapse duplicates or correct sequencing errors? If not, is it a planned feature?I see in the underlying
variant_count_matrix_cpp
functions it is being read, but I don't see that info being used anywhere downstream.