You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See error:
── Starting Differential Gene Expression ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────
── Pre-processing SingleCellExperiment ──
Selected 2284 from 9902 genes with >1 count(s) in >25% of cells.
→ Rescaling numeric variables
── Calculating variance explained by individual ──
→ Normalizing counts
→ Calculating variance explained by individual for 2284 genes
Error: BiocParallel errors
1 remote errors, element index: 1
0 unevaluated and other errors
first remote error:
Error: useNames = NA is defunct. Instead, specify either useNames = TRUE or useNames = FALSE. Expected behavior
What is the workaround here? Not sure why this is happening. It seems like a specific issue with related to the data but not sure what it is. Any suggestion?
Describe the bug
Error while running the
perform_de()
functionTo Reproduce
Steps to reproduce the behavior:
── Starting Differential Gene Expression ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────
── Pre-processing SingleCellExperiment ──
Selected 2284 from 9902 genes with >1 count(s) in >25% of cells.
→ Rescaling numeric variables
── Calculating variance explained by
individual
──→ Normalizing counts
→ Calculating variance explained by
individual
for 2284 genesError: BiocParallel errors
1 remote errors, element index: 1
0 unevaluated and other errors
first remote error:
Error: useNames = NA is defunct. Instead, specify either useNames = TRUE or useNames = FALSE.
Expected behavior
What is the workaround here? Not sure why this is happening. It seems like a specific issue with related to the data but not sure what it is. Any suggestion?
System
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: