Skip to content

ont = "ALL" not working in the enrichGO() #775

Open
@lzy604

Description

@lzy604

Dear develop team,

I found that the the ont = "ALL" is not working in the enrichGO()

GO_up <- enrichGO(gene = up_genes$ENTREZID,
universe = names(all_gene_vector),
OrgDb = org.Hs.eg.db,
ont = "ALL",
pAdjustMethod = "BH",
readable = TRUE)
Error in get("GO2ONT", envir = GO_DATA) : object 'GO2ONT' not found

The other ont = "BP", "CC", or "MF" is working, but "ALL" is not.

Please help!

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