bio-reporting-rmarkdown-reports

Installation
SKILL.md

R Markdown Reports

Basic Document Structure

---
title: "RNA-seq Analysis Report"
author: "Your Name"
date: "`r Sys.Date()`"
output:
  html_document:
    toc: true
    toc_float: true
    code_folding: hide
    theme: cosmo
---

Setup Chunk

Installs
4
GitHub Stars
1.1K
First Seen
Jan 24, 2026
bio-reporting-rmarkdown-reports — gptomics/bioskills