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
Validating object structure
Updating object slots
Ensuring keys are in the proper structure
Ensuring keys are in the proper structure
Ensuring feature names don't have underscores or pipes
Updating slots in ATAC
Validating object structure for ChromatinAssay 'ATAC'
Object representation is consistent with the most current Seurat version Error in as.vector(x) : no method for coercing this S4 class to a vector
Can someone help me understand this error and how to overcome this error?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying to reproduce the Integrating scRNAseq and scATACseq data tutorial using signac. However, when reading the data as below,
load both modalities
pbmc.rna <- LoadData("pbmcMultiome", "pbmc.rna")
pbmc.atac <- LoadData("pbmcMultiome", "pbmc.atac")
I receive the following error,
Validating object structure
Updating object slots
Ensuring keys are in the proper structure
Ensuring keys are in the proper structure
Ensuring feature names don't have underscores or pipes
Updating slots in ATAC
Validating object structure for ChromatinAssay 'ATAC'
Object representation is consistent with the most current Seurat version
Error in as.vector(x) : no method for coercing this S4 class to a vector
Can someone help me understand this error and how to overcome this error?
Beta Was this translation helpful? Give feedback.
All reactions