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
Hello, I am using this package, and I wanted to document a roadblock that I ran into in the event that others have this issue as well.
The following code throws the following error:
Error
Error in Read10X(directory): could not find function"Read10X"
Traceback:
1. Input_preprocess_10X(data_dir)
Code
library(Biostrings)
library(clusterProfiler)
library(devtools)
library(SAVER)
install_github("bm2-lab/MUSIC")
library(MUSIC)
# Provide directory of 10X data
data_dir <- "data/perturbseq/"
data <- Input_preprocess_10X(data_dir)
Solution
Luckily, the solution was simple: Install and load Seurat.
The text was updated successfully, but these errors were encountered:
Hello, I am using this package, and I wanted to document a roadblock that I ran into in the event that others have this issue as well.
The following code throws the following error:
Error
Code
Solution
Luckily, the solution was simple: Install and load
Seurat
.The text was updated successfully, but these errors were encountered: