Skip to content

Seurat required for MUSIC::Input_preprocess_10X() #3

@gwaybio

Description

@gwaybio

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions