Skip to content

negative value in count matrix #1

@priya11234

Description

@priya11234

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions