statistical-significance-annotation
SolidGuide for annotating statistical significance (p-value asterisks) on comparison plots. Covers standard notation (ns, *, **, ***, ****), matplotlib bracket+asterisk implementation, and use with seaborn box/violin/bar plots. Use when preparing publication-ready figures with significance markers.
Install
Quality Score: 82/100
Skill Content
Details
- Author
- jaechang-hits
- Repository
- jaechang-hits/SciAgent-Skills
- Created
- 5 months ago
- Last Updated
- 4 days ago
- Language
- Python
- License
- NOASSERTION
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
statistical-analysis
Guided statistical analysis: test choice, assumption checks, effect sizes, power, APA reporting. Pick tests, verify assumptions, or format results for publication. Covers frequentist (t-test, ANOVA, chi-square, regression, correlation, survival, count, reliability) and Bayesian. Use statsmodels or pymc-bayesian-modeling to fit.
seaborn-statistical-plots
Statistical visualization on matplotlib with native pandas support. Auto aggregation, CIs, grouping for distributions (histplot, kdeplot), categorical (boxplot, violinplot), relational (scatterplot, lineplot), regression (regplot, lmplot), matrix (heatmap, clustermap), grids (pairplot, FacetGrid). Use for quick statistical summaries; matplotlib for fine control; plotly for interactive HTML.
vivarium-report
Make publication-grade figures (and tables / methods text) from comparative-genomics results, in Python OR R. Use whenever the user wants to plot or visualize genomics analysis output — an ANI/AAI heatmap, a CAZy/COG/KEGG category bar chart, a pangenome or presence/absence matrix, a dN/dS (ω) plot, a phylogenetic tree, a synteny/dot plot — or to turn analysis tables into a journal-ready figure, or draft a methods paragraph with tool versions. Triggers on phrases like "plot the ANI matrix", "make a heatmap of", "bar chart of CAZy/COG categories", "figure for the paper", "make this publication quality", "出个图", "画个热图/柱状图", "把这个表画成图", "出版级/Nature 风格的图", "ANI 热图". Produces editable SVG + PDF + TIFF (600 dpi) with Nature-style conventions (Arial, small fonts, editable text, restrained palette). This skill plots results that already exist — to *compute* ANI/AAI use vivarium-compare, to *build* a tree use vivarium-phylo, to *run* a search use vivarium-search; this one turns their output into the figure. Part of the v