BUStools / bustools

Tools for working with BUS files
https://bustools.github.io/
BSD 2-Clause "Simplified" License
92 stars 23 forks source link

UMI Model Clarification #61

Open asistradition opened 4 years ago

asistradition commented 4 years ago

My workflow for using kallisto on single-cell data is:

How exactly are UMIs modeled when counting transcripts/genes in this workflow?

  1. Are sequence-adjacent (Hamming distance of 1) UMIs merged together? Is this transcript-specific or is there any merging of adjacent UMIs that map to different genes?
  2. Is there any thresholding for number of observed UMI & transcript pairs or is one read enough to count?
  3. Does this behavior depend on anything that can be set at runtime? Either explicitly or implicitly through changing the technology flag, etc?

Appreciate the help - kallisto & bustools are excellent pieces of software. Thanks!