correlateMatrices with integrated snRNA Error: no mapping #1323
Unanswered
jacobHog
asked this question in
Questions / Documentation
Replies: 1 comment
-
please post errors to Issues. I will create an issue from this discussion |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to identify positive TF-regulators of my constrained integrated RNA using ArchR.
The constrained integration is completed using:
Proj1 <- addGeneIntegrationMatrix(
ArchRProj = Clean_merged_3,
useMatrix = "GeneScoreMatrix",
matrixName = "GeneIntegrationMatrix",
reducedDims = "IterativeLSI",
seRNA = seRNA,
addToArrow = TRUE,
groupList = groupList,
groupRNA = "celltype",
sampleCellsATAC = 2500,
sampleCellsRNA = 2500,
nameCell = "predictedCell_Co",
nameGroup = "predictedGroup_Co",
nameScore = "predictedScore_Co",
genesUse=c,
force=TRUE
)
Where "Clean_merged_3" is my ATAC-seq data cleaned and "seRNA" is my RNA-seq data cleaned.
My issue is that when I am performing Identification of Positive TF-regulators (15.4 Full Manual) I get the following error:
Code:
Code end
Output:
ArchR logging to : ArchRLogs/ArchR-correlateMatrices-3f182cbede25-Date-2022-03-08_Time-11-56-49.log
If there is an issue, please report to github with logFile!
Error: Matching of useMatrix1 and useMatrix2 resulted in no mappings!
Why is this error shown? Do I have to apply some additional functions on the Proj1 object before starting with the positive TF-regulators analysis?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions