Install
openclaw skills install creating-r-research-projectsSet up a reproducible R research workspace, install required packages, run statistical or bioinformatics analysis, and generate publication-ready reports and visualizations.
openclaw skills install creating-r-research-projectsThis skill helps create and manage a complete R-based research analysis workflow. It is designed for scientific computing, statistical modeling, bioinformatics, and data visualization tasks.
Use this skill when the user wants to:
When activated, this skill will:
Create a structured R project
data/ for raw and processed datascripts/ for analysis coderesults/ for outputsreports/ for R Markdown or Quarto reportsSet up environment
.Rproj (if using RStudio)renv environment for reproducibilityGenerate analysis scripts
ggplot2Create a report
User: Analyze this gene expression dataset and produce figures.
Skill actions:
tidyverse, DESeq2, ggplot2| Purpose | R Packages |
|---|---|
| Data wrangling | tidyverse, data.table |
| Visualization | ggplot2, patchwork |
| Statistics | stats, lme4, survival |
| Bioinformatics | Bioconductor packages (DESeq2, edgeR, limma) |
| Reporting | rmarkdown, quarto |
| Reproducibility | renv |
renv, scripted analysis)