Open jjyotikataria opened 3 years ago
@jjyotikataria Do you run into the same issue when using the bioconda recipe of r-monocle3?
The easiest way to check is using the Docker image:
image='quay.io/biocontainers/r-monocle3:1.0.0--r41h7d875b9_1'
docker pull "$image"
docker run -it "$image"
R
library(monocle3)
I'm checking my local install of monocle3 on R 4.1.0 / Bioconductor 3.13 to see if I can reproduce this issue.
This minimal working example is currently working for me with the latest monocle3 code from GitHub. Hope that helps!
I ran into the error while pre-processing the data, please let me know how to proceed? @kou @ctrapnell @Loyale @cusanovich @mjsteinbaugh
cds <- load_mm_data(mat_path = "F:/NEW/Projects//filtered_feature_bc_matrix/outs/filtered_gene_bc_matrices/hg19/matrix.mtx.gz",