Joye9285 / scGAC

single-cell graph attentional clustering

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why do you normalize the feature twice?

lwtan90 opened this issue · comments

Hi,

I am trying to understand the purpose of performing row-normalization twice in the utils.py?

since the values will be log-transformed in each normalization function, wouldnt this pose any problem?
I dont see a difference between normalization and normalization_for_NE function.
Thank you.

Wil