Skip to content

infer_grn() error #2

@zhenzuo2

Description

@zhenzuo2

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions