Problem getting matrixes? "$ operator not defined"? #1886
-
Hi, I am trying to get the matrixes (e.g. TileMatrix, GeneScoreMatrix etc.) from an arrow file/project for custom analysis outside of ArchR. All of the analysis within ArchR works and I'm able to retrieve the matrixes with either Am I going about this wrong or can I access the actual data within these matrixes in some other way? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Solved (of course 15 min after posting, despite >1 day of troubleshooting). For others in a similar boat, here's the way to access the matrix: test3@assays@data$GeneScoreMatrix (not test3@assays$GeneScoreMatrix even though tab to complete would suggest that's a way to access it) |
Beta Was this translation helpful? Give feedback.
Solved (of course 15 min after posting, despite >1 day of troubleshooting).
For others in a similar boat, here's the way to access the matrix: test3@assays@data$GeneScoreMatrix (not test3@assays$GeneScoreMatrix even though tab to complete would suggest that's a way to access it)