-
I got the following error message
mg$produce_matrices()
> mg$produce_matrices(design = design)
Error: sum(i) == 1 is not TRUE
-
Hello, I am having trouble launching the package. Running both in R 4.3.0 and 4.3.1 gives the same result.
```R
suppressPackageStartupMessages({if (!require("BiocManager", quietly = TRUE))
in…
-
**Describe the bug**
Error in (function (A, nv = 5, nu = nv, maxit = 1000, work = nv + 7, reorth = TRUE, :
function 'as_cholmod_sparse' not provided by package 'Matrix'
**To Reproduce**
cds
-
Sorry for re-opening this issue but I am stuck here.
If I install SeuratObject 4.1.3 or 4.1.4 I get the error:
```
library(SCP)
Error: package or namespace load failed for ‘SCP’:
object ‘LayerD…
-
```r
CMK_fc
-
I noticed an interesting error in `identifyOverExpressedInteractions()` when attempting to parallelize using future.
```r
> plan("multisession", workers = availableCores()) # with this session, fu…
-
Hi,
currently proFIA fails on BioC with an ERROR:
http://bioconductor.org/checkResults/devel/bioc-LATEST/proFIA/malbec1-buildsrc.html
Unfortunately the error message is not very descriptive:
…
-
Good day! I am having an issue with downloading/installing qiime2R. I either get the following error message:
#########
> install.packages("qiime2R")
WARNING: Rtools is required to build R packag…
-
Hi,
I've tried my hands at slingshot via dynwrap and that didn't pan out.
```
> library(dynwrap)
> assayNames(sce)
[1] "counts" "logcounts"
> dataset model
-
For treeplot.compareClusterResult(), when i set clusterPanel = 'dotplot', dot and the tree overlap. And when i set clusterPanel = 'heatMap', the pic is perfect.
So how to adjust the position of the …