cast_enrichs {GSEA} R Documentation

convert dataset to gcmodeller enrichment result set

Description

Usage

cast_enrichs(term, name, pvalue,
    geneIDs = NULL,
    desc = NULL,
    score = NULL,
    fdr = NULL,
    cluster = NULL,
    enriched = NULL);

Arguments

term

[as string]

name

[as string]

pvalue

[as double]

geneIDs

[as list]

desc

[as string]

score

[as double]

fdr

[as double]

cluster

[as integer]

enriched

[as string]

env

[as Environment]

Details

Authors

gseakit

Value

this function returns data object of type EnrichmentResult[].

clr value class

Examples


[Package GSEA version 1.0.0.0 Index]