BIMSBbioinfo / scregseg

Single-cell regulatory landscape segmentation
GNU General Public License v3.0
5 stars 2 forks source link

countmatrix normalization #9

Open karam-i opened 1 year ago

karam-i commented 1 year ago

Dear @wkopp

I'm trying to run scregseg on real bulk ATAC-seq data to have sample specific states following the tutorial for cluster collapsed tracks. Does the model normalize the countmatix? or should it be normalized beforehand, and if so, which normalization method do you recommend?

Thank you in advance

Karam

wkopp commented 1 year ago

Hi Karam, You don't need to normalize the count matrices. The multinomial emission probabilities would automatically account for the read depth per sample. That is, the emission probabilities should reflect read depth to some extend. Best, Wolfgang