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
I used seurat pipeline to analyze single cell RNA-seq dataset. Recently I sarted working on hdWGCNA specific TF Motif analysis. I followed motif analysis tutorial from hdWGCNA. Unfortunately I encountered an error.
I loaded hdwgcna output file .rds for TF analysis
When I executed the following command
Hello,
I used seurat pipeline to analyze single cell RNA-seq dataset. Recently I sarted working on hdWGCNA specific TF Motif analysis. I followed motif analysis tutorial from hdWGCNA. Unfortunately I encountered an error.
I loaded hdwgcna output file .rds for TF analysis
When I executed the following command
seurat_obj <- MotifScan(
m,
species_genome = 'mm10',
pfm = pfm_core,
EnsDb = EnsDb.Mmusculus.v79
)
It showed an error as follows
Error in match(x, table, nomatch = 0L) :
'match' requires vector arguments
Could any one help to solve this error.
Thank you,
Sai
The text was updated successfully, but these errors were encountered: