GO.enrichment.profile {profiles} R Documentation

Create catalog profiles data for GO enrichment result its data visualization.

Description

Usage

GO.enrichment.profile(enrichments, goDb,
    top = 10,
    pvalue.cut = 1,
    sort = TRUE);

Arguments

enrichments

the kobas EnrichmentTerm or gcmodeller EnrichmentResult.

goDb

[as GO_OBO]

top

display the top n enriched GO terms. [as integer]

sort

sort of the namespace. [as boolean]

Details

Authors

gseakit

Value

this function returns data object of type CatalogProfiles.

clr value class

Examples


[Package profiles version 1.0.0.0 Index]