Mayrlab / scUTRquant

Bioinformatics pipeline for single-cell 3' UTR isoform quantification
https://Mayrlab.github.io/scUTRquant
GNU General Public License v3.0
15 stars 3 forks source link

Avoid `sample_id` collision #66

Closed mfansler closed 9 months ago

mfansler commented 9 months ago

This naively attempts to avoid sample_id column collisions when attaching cell annotations by using sample_id.sq for the sample IDs used in scUTRquant.

Closes #64.