You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My workflow for using kallisto on single-cell data is:
kallisto bus
bustools correct
bustools sort
bustools count --genecounts
How exactly are UMIs modeled when counting transcripts/genes in this workflow?
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?
Is there any thresholding for number of observed UMI & transcript pairs or is one read enough to count?
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!
The text was updated successfully, but these errors were encountered:
My workflow for using kallisto on single-cell data is:
How exactly are UMIs modeled when counting transcripts/genes in this workflow?
Appreciate the help - kallisto & bustools are excellent pieces of software.
Thanks!
The text was updated successfully, but these errors were encountered: