dotplotGsea
a ggplot object.
GSEA enrich object from clusterProfiler, defalut is NULL.
pvalue cutoff to select significant terms, defalut is NULL.
adjusted pvalue cutoff to select significant terms, defalut is 0.05.
the X axis, defalut is "GeneRatio".
the width of term name, defalut is 50.
theme base size, defalut is 12.
show the top terms, defalut is NULL.
facet scales, defalut is "free_x".
whether add segment line to point, defalut is "FALSE".
segment line color, defalut is "grey80".
segment line size, defalut is 1.5.
segment line type, defalut is "solid".
Jun Zhang