Skip to content

Error runing runBBKNN function & Shiny app not working #702

@siwending

Description

@siwending

I encountered a problem when I correct the batch effect with the runBBKNN method. Here is the code I used:
sce <- scaterlogNormCounts(inSCE = sce, useAssay = 'counts', assayName = 'logcounts')
sce <- runBBKNN(inSCE = sce, batch="orig.ident")
And here is what I got:
E1

However, I'm pretty sure bbknn was installed, but R failed to recognize it. When installing singlecellTK, I followed the guide, and ran the followling command, but bbknn was still not recognized by R.
E2

Also, the shiny app does not seem to be working at this moment.

Any help will be greatly appreciated! Thank you!

Best,
Bella

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions