-
Notifications
You must be signed in to change notification settings - Fork 57
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
sce colnames missing: Error in [.data.table
(sc1meta, , c("sampleID", as.character(sc1conf$ID)) column(s) not found: sampleID
#17
Comments
Can I clarify one thing? Which function gave the error message? Is it |
sorry I forgot to mention that. it is the |
Hi, first of all, apologies for the late reply. It has been a crazily hectic week for me. I just checked and the absence of colnames in a SCE object does cause ShinyCell not to work propely. To circumvent that, I added an additional check to check if the colnames are present. And if they are not, the colnames will be populated with "cell_X" labels. I tested it on my end and everything works now. You can reinstall the latest version of shinycell to see if it works for your SCE object. |
Hi, |
The issue #12 solved that the lack of colnames in the dimensional reduction causing errors in the app.
The lack of column names in the sce ( the cell names) also causes problems.
This hapens if the cell names of the single cell object are not defined ( the default for DropletUtils::read10xCounts)
This is an issue that also caused the as.Seurat function to fail, as seen here and here.
The error that comes up in this case is:
Error in
[.data.table(sc1meta, , c("sampleID", as.character(sc1conf$ID)) column(s) not found: sampleID
The text was updated successfully, but these errors were encountered: