-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hi,
I am very new to scrna analysis.
I have downloaded the .h5ad object from synapse.org. and fetch the count matrix(code is mentioned below)
adata = read_h5ad('hNSPC.h5ad')
sp.io.mmwrite("matrix.mtx",adata.X)
or
In R
Convert("hNSPC.h5ad", dest = "h5seurat", overwrite = TRUE,verbose = T)
data <- LoadH5Seurat("hNSPC.h5Seurat")
counts_data <- Matrix::Matrix(as.matrix(data@assays$RNA@counts), sparse = T)
why count matrix have negative value ?
Thank you
Metadata
Metadata
Assignees
Labels
No labels