plotEnrichBin
plotEnrichBin.Rd
Visualize bin-based GO enrichment results
Arguments
- bin_enrich
A
compareClusterResult
object, typically fromcompareEnrichBin()
.- n
Number of top GO terms to select per bin (default = 5).
- qval_cutoff
q-value cutoff for filtering enriched terms (default = 0.05).
- font.size
Font size for the plot theme (default = 12).
Details
Given the output of compareEnrichBin()
, this function generates
a bubble plot of enriched GO terms across pseudotime bins. The top
terms within each bin are selected based on q-value cutoff and ranking.