Skip to content

Unexpected number of cells produced in fastMNN #35

Description

@Hrovatin

I tried to run fastMNN (installed today from bioconductor), but I get more cells than expecte din the corrected object. Any idea why?

sobj <- subset(data, features=hvg)

print('sobj')

print(sobj)

expr <- GetAssayData(object = sobj ,slot = "data")

print('expr')

print(dim(expr))

sce <- fastMNN(expr, batch = sobj@meta.data[[batch]])

print('sce')

print(dim(sce))

[1] "sobj"
An object of class Seurat 
2000 features across 2730 samples within 1 assay 
Active assay: originalexp (2000 features, 0 variable features)
[1] "expr"
[1] 2000 2730
[1] "sce"
[1] 2000 9815

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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