Add GEX data without normalizing #1418
Unanswered
mitchTwoTimes
asked this question in
Questions / Documentation
Replies: 1 comment 2 replies
-
This isnt currently possible. And it would probably muck around with some of the base assumptions of other ArchR functions which assume that the RNA data is normalized. In ArchR/R/MatrixGeneExpression.R Line 44 in 9b3e72e But that Line 178 in 968e442 But I'm not sure that helps you very much. |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to
addGeneExpressionMatrix
without normalizing? I was wondering if I could maintain the raw counts within ArchR and save normalization for when I export to Seurat. I tried passingNULL
toscaleTo
and received the followingSorry I can't provide more - my RStudio session crashes before I can get the full
traceback()
.Beta Was this translation helpful? Give feedback.
All reactions