Skip to content

universe parameter for backround genes #591

Open
@EEmanetci

Description

@EEmanetci

hello,

I am using enrichGO function from CluserProfiler R package. there is a parameter called universe, and we can use our backround genes by using this parameter. But based on my analysis, the results are exactly the same if I use backround genes or not. this is my code:

ENSGO1=enrichGO(
datname1$entrezgene_id, OrgDb="org.Hs.eg.db", keyType = "ENTREZID",ont = "ALL",universe = ensIDall,
pvalueCutoff = 0.05, pAdjustMethod = "BH", qvalueCutoff = 0.2, )

datname1$entrezgene is a list of genes in entrez id and ensIDall is my bacround genes in entrez id. why are the results are same? Is this a problem? I repeated this analysis with 3 different examples and their results are also the same with the backround genes addition.
thank you.

Elif.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions