Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in [.data.frame(feature.names, , gene.column) : undefined columns selected #266

Open
mscheperr opened this issue Apr 9, 2024 · 1 comment

Comments

@mscheperr
Copy link

When running the commands to load the dataset below into seurat in R I get the following error:
Error in [.data.frame(feature.names, , gene.column) :
undefined columns selected

Has anyone else had this issue and how have you solved it?

Data set used:
Cell Browser dataset ID: pre-postnatal-cortex/all/rna

Script used:
require(Seurat)
setwd("downloadDir")
mat = Read10X(".")
meta = read.table("meta.tsv", header=T, sep="\t", as.is=T, row.names=1)
so <- CreateSeuratObject(counts = mat, project = "myProjectName", meta.data=meta)

@maximilianh
Copy link
Owner

maximilianh commented Apr 10, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants