-
Following the vignette I generate my Gene Activity matrix from my scATAC dataset. I then NormalizeData() using the standard approach. However, when I plot genes, I can clearly see that parts of the library with higher peak_region_fragments values also have higher gene activity scores after normalisation. Is it possible to correct this? Example: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
It's difficult to fully remove these differences due to different sequencing depth using a simple method like that used by |
Beta Was this translation helpful? Give feedback.
It's difficult to fully remove these differences due to different sequencing depth using a simple method like that used by
NormalizeData()
. However, for most downstream applications, these differences are not usually an issue since the biological variation is typically a much stronger signal and are consistent across datasets.