Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bcmvn<-find.pK(sweep.stats) NULL #199

Open
ramikheireddine opened this issue Apr 25, 2024 · 1 comment
Open

bcmvn<-find.pK(sweep.stats) NULL #199

ramikheireddine opened this issue Apr 25, 2024 · 1 comment

Comments

@ramikheireddine
Copy link

sweep.res <- paramSweep_v3(SeuratOb, PCs = 1:20, sct = FALSE)
sweep.stats <- summarizeSweep(sweep.res, GT = FALSE)
bcmvn <- find.pK(sweep.stats)

I am getting Null as a pK value.
Can you help me understand how to fix this.

@der4005
Copy link

der4005 commented May 5, 2024

NULL is the usual terminal output for that command; did you check the bcmvn variable? It should be a dataframe. Find the row under the BCmetric column with the highest value, and use the corresponding pK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants