Error in addDoubletScores() #745
Unanswered
Tutu-Shi
asked this question in
Questions / Documentation
Replies: 1 comment 4 replies
-
Can you post exactly which commands you have used from the start? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi ArchR team,
I'm following the tutorial to start a new journey with the tutorial data. But something went wrong in this step:
doubScores <- addDoubletScores( input = ArrowFiles, k = 10, #Refers to how many cells near a "pseudo-doublet" to count. knnMethod = "UMAP", #Refers to the embedding to use for nearest neighbor search. LSIMethod = 1 )
The error:
`2021-05-11 19:30:57 : scATAC_CD34_BMMC_R1 (2 of 3) : Computing Doublet Statistics, 4.574 mins elapsed.
2021-05-11 19:31:03 : ERROR Found in .computeLSI for
LogFile = ArchRLogs/ArchR-addDoubletScores-6986e122389-Date-2021-05-11_Time-19-26-22.log
<simpleError in irlba::irlba(mat, nDimensions, nDimensions): max(nu, nv) must be strictly less than min(nrow(A), ncol(A))>
************************************************************`
But the first file scATAC_BMMC_R1, I think it worked well.
I'm not sure what happened. Here is the log:
ArchR-addDoubletScores-6986e122389-Date-2021-05-11_Time-19-26-22.log
Thanks a lot. Have a nice day!
Beta Was this translation helpful? Give feedback.
All reactions