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.
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.