Skip to content

CreateSeuratObject error: No cell names (colnames) names present in the input matrix #92

Answered by derrik-gratz
derrik-gratz asked this question in Q&A
Discussion options

You must be logged in to vote

This is likely due to multiple assays being present in the cellranger output, such as a cite-seq panel. We will discuss how to load and use that data in a later lecture. The CreateSeuratObject() function expects only one matrix for one assay: gene expression. The Read10X_h5 function probably returned a list of matrices, so you should specify the gene expression matrix in the CreateSeuratObject call. You can read up on the Seurat function CreateAssayObject for how to provide additional assays to your object.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@derrik-gratz
Comment options

derrik-gratz Oct 26, 2023
Maintainer Author

Answer selected by derrik-gratz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant