How to get peak by cell matrix from ChromatinAssay class of Seurat object? #1373
-
Hello, I am brand new to Seurat and Signac. I have a large Seurat object (S4 object of class Seurat) representing an scATAC-seq experiment. Under assays, I have I am wondering how I can extract the peak by cell matrix from |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, you can use the The |
Beta Was this translation helpful? Give feedback.
Hi, you can use the
GetAssayData()
functionThe
i
,p
slots are part of the internal data representation for a sparse matrix. Please do not interact with those slots directly