-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Description
Hi, I have a seurat obejct with RNA and peaks
seurat_object
An object of class SeuratPlus
268809 features across 79970 samples within 4 assays
Active assay: integrated (3500 features, 3500 variable features)
3 other assays present: RNA, SCT, peaks
4 dimensional reductions calculated: scpred, scpred_projection, pca, umap
But I got an error when running infer_grn() function
seurat_celltype <- infer_grn(
seurat_object,
peak_to_gene_method = 'Signac',
method = 'glm',
prallel=TRUE
)
Selecting candidate regulatory regions near genes
Error in as(groupings2, "data.frame") :
no method or default for coercing “NULL” to “data.frame”
Could you please help me figure out what this error means? Thank you.
Metadata
Metadata
Assignees
Labels
No labels