Different gene scores of Different TileMat Size? #1578
Unanswered
AritaZ-hang
asked this question in
Questions / Documentation
Replies: 1 comment
-
I dont see how this would be the case - |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello maintainers of ArchR, I use
addGeneScoreMatrix
this function at the very beginning of creating arrow files, and I wonder whether the change of tile size(TileMatParams
, actually) increateArrowFiles
will affect the distribution of gene score matrix. I've read the manual and it seems thataddGeneScoreMatrix
uses another tile size parameter independent from that inaddTileMatrix
. However in our data, a certain group of genes has different ranges of gene scores in two set of tile sizes(TileMatParams
), not imputed, so I think it's not because of iterative LSI.Relevant codes are below. Thanks for your help in advance.
Beta Was this translation helpful? Give feedback.
All reactions