BUStools / bustools

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

[New Feature Request] --transcript-count for counting #100

Open akmazian opened 7 months ago

akmazian commented 7 months ago

[update]: oops, I just realized you can use kallisto quant-tcc to do this

I know there are workarounds for this but it would be nice to have a --transcript-counts option for bustools count that acts similar as --genecounts :)

Rationale:

Current workaround:

Yenaled commented 7 months ago

yup, just get your TCC matrix (omit --genecounts and put --multimapping to allow reads mapped to multiple genes to be preserved) and then run quant-tcc on the resulting matrix. This is basically the same as running kallisto for bulk RNA-seq (which gets you isoform-level quantification in an accurate probabilistic manner).