LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills tagged: r

Browse skills that share this tag.

  • types-check - Validate R function inputs using standalone type checkers
    rrlanginput-validationtype-checking

    ★ 343 · Updated 2026-09-21

    Validates function inputs in R using standalone check_* functions from rlang for exported functions and custom input checkers.

    ⚙ Validate scalar function inputs⚙ Validate vector function inputs⚙ Validate enumerated argument choices
  • targets-r - Reproducible analysis pipelines with targets in R
    rtargetspipelinereproducibility

    ★ 15 · Updated 2026-09-20

    Provides guidance and patterns for constructing, debugging, and running reproducible data analysis pipelines using the targets R package.

    ⚙ Write reproducible analysis pipelines⚙ Define targets with tarchetypes factories⚙ Debug pipeline failures and cycles
  • r-oop - R OOP Guide for S7, S3, S4, and vctrs
    roops7s3

    ★ 0 · Updated 2026-09-19

    Provides guidance for designing R classes and choosing an OOP system among S7, S3, S4, and vctrs.

    ⚙ Select R OOP systems⚙ Define S7 classes⚙ Implement S7 methods
  • tidy-r - Modern tidyverse patterns and style guide for R
    rtidyversedplyrstyle-guide

    ★ 24 · Updated 2026-09-17

    Provides modern tidyverse patterns, style guidelines, and migration guidance for R development.

    ⚙ Write modern tidyverse R code⚙ Review tidyverse R code⚙ Migrate legacy R code
  • removebatch - Remove Batch Effects from Phyloseq Using MMUPHin
    phyloseqmmuphinbatch-correctionmicrobiome

    ★ 2 · Updated 2026-09-12

    Remove batch effects from phyloseq data using MMUPHin::adjust_batch while preserving the target biological covariate.

    ⚙ Load phyloseq RDS data⚙ Validate batch and covariate metadata⚙ Compute relative abundance matrix
  • r - Google R Style Guide
    rstyle-guidegoogledata-analysis

    ★ 1 · Updated 2026-09-09

    Covers naming conventions, formatting, functions, documentation, and R best practices for data analysis based on Google's official standards.

    ⚙ Guide R code naming conventions⚙ Guide R code formatting standards⚙ Guide R function documentation standards
  • bio-methylation-dmr-detection - Differentially Methylated Region (DMR) Detection
    dmrmethylationepigenomicsmethylkit

    ★ 18 · Updated 2026-09-09

    Detects contiguous genomic regions with methylation differences between conditions using methylKit, bsseq, and DMRcate.

    ⚙ Detect tile-based DMRs using methylKit⚙ Call DMRs using bsseq BSmooth⚙ Identify DMRs using DMRcate
  • bio-pathway-gsea - Gene Set Enrichment Analysis with clusterProfiler
    gseaclusterprofilerrgene-set-enrichment

    ★ 602 · Updated 2026-09-09

    Performs Gene Set Enrichment Analysis using clusterProfiler to identify coordinated gene expression changes from ranked gene lists.

    ⚙ Format ranked gene list vectors⚙ Convert gene symbols to Entrez IDs⚙ Execute GO gene set enrichment analysis
  • write-vignette - Create R Package Vignettes
    rvignettermarkdowndocumentation

    ★ 34 · Updated 2026-03-26

    Create R package documentation vignettes using R Markdown or Quarto

    ⚙ create vignette file⚙ write vignette content⚙ configure code chunks
  • release-package-version - Publish R package versions
    rr-packagesversioningrelease

    ★ 34 · Updated 2026-03-25

    Execute complete R package version release cycle

    ⚙ increase package version⚙ update NEWS.md file⚙ run package checks
  • script-translator - Translate scripts between Stata, Python, and R
    code-translationstatistical-programmingstatapython

    ★ 602 · Updated 2026-03-23

    Convert statistical programming scripts between STATA, Python, and R

    ⚙ detect languages⚙ load mapping files⚙ translate code
  • moai-lang-r - R Language Best Practices and Code Quality Enforcement
    rtestthatlintrdata-analysis

    ★ 1 · Updated 2026-02-14

    Enforces R 4.4+ best practices with testthat and lintr for data analysis.

    ⚙ read R source files⚙ run test suites⚙ perform code linting