Closed brianraymor closed 2 years ago
Hello @brianraymor,
I can confirm the same problem with R 4.2.1 "Funny-Looking Kid" on OSX. Seurat version: ‘4.1.1’ Problematic data set: Pathogenic variants damage cell composition and single cell transcription in cardiomyopathies
.rds
(Seurat v3 objects) files from Cellxgene.
Thanks for the report @stephanmg.
Per conversation with @metakuni, adding investigation/resolution to the pending updates to the ingestion pipeline in Q3.
I tested an AnnData -> RDS conversion using the latest Seurat (4.1.1) and the field is populated correctly. We're gonna try to upgrade our dependencies in the conversion script and this should be fixed.
@brianraymor commented on Thu Jun 02 2022
On wrangling, Michael Czerwinski reported:
Workaround is to add the key back in manually:
data1@assays$RNA@key <- "rna_"
I figured out the workaround based on this issue: https://github.com/satijalab/seurat/issues/5676#issuecomment-1111427376
@brianraymor commented on Thu Jun 02 2022
@pablo-gar commented:
sceasy is supposed to add it by this:
Seurat::Key(assays[[assay]]) <- paste0(tolower(assay), "_")
But the assignment is not happening for some reason.@brianraymor commented on Thu Jun 02 2022
I wonder if Seurat versions are playing a role here per the comments in the issue that Michael referenced: Downgrading to 4.0.2 solves this problem, as described in timoast/signac#872 (comment)
@brianraymor commented on Fri Jun 24 2022
Moving to single-cell-data-portal. The
sceasy
conversion is part of the ingestion pipeline.