You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This error goes when I explicitly set the parameter : NTP.g.filter.method = "sd" but is replaced by
[[2024-06-06 17:36:27.890261]] Run NTP --------
Error in validObject(object = value) :
invalid class “Assay” object: slots in class definition but not in object: "assay.orig"
Error during wrapup: no slot of name "assay.orig" for this object of class "Assay"
Error: no more error handlers available (recursive errors?); invoking 'abort' restart
My interpretation is that it because of a faulty Seurat object because > test.seurat@assays$RNA@assay.orig
returns
Error: no slot of name "assay.orig" for this object of class "Assay"
No suitable frames for recover()
So I tried and upload my personal seurat object and wich has a "assay.orig" slot (it is NULL but existant)
and I get
[[2024-06-06 17:48:22.126552]] Run NTP --------
Error in `$<-.data.frame`(`*tmp*`, "sd", value = c(HES4 = 1.30158055687105, :
replacement has 3000 rows, data has 24005
I am runing variations of
when NTP.g.filter.method is commented out , have the error
same as #14 and #12
I had the same error when trying
gene.ref.gtf="/data/pubdata/ngs_ref/cellranger/refdata-cellranger-GRCh38-1.2.0/genes/genes.gtf"
and with another gtf file (provided by infercnv)
This error goes when I explicitly set the parameter :
NTP.g.filter.method = "sd"
but is replaced byWhich is also reported in #15
My interpretation is that it because of a faulty Seurat object because
> test.seurat@assays$RNA@assay.orig
returns
So I tried and upload my personal seurat object and wich has a "assay.orig" slot (it is NULL but existant)
and I get
same error as #6
I really don't know where this could be coming from.
I am a bit lost on what to do, could you help?
The text was updated successfully, but these errors were encountered: