Skip to content

Music input file #132

@mgp2022

Description

@mgp2022

I have snRNA-seq dataset from literature called sc in S4 Seurat.

I converted it to SingleCellExperiment using this function:
sc.sce <- as.SingleCellExperiment(sc)

However, in the sc.sce object something is strange. Instead of counts, I see logcounts when I look under assays->data->listData-> logcounts

logcounts is a S4 [2000x220170] (Matrix::dgCMatrix)

When I run MuSiC is gave me an error that function cannot find the right slot, thus we converted logcount name to count, which I am pretty sure is incorrect.

Could you advise what is the correct approach in this case? I worry that I am using log counts into MuSiC and that may affect the results.

I cannot use MuSiC2 as it is not supported by our work Custer environment.

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