Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.3%) to scientific vocabulary

Keywords

beginner bioscience data-analysis flowcytomatry-analysis intermediate rnaseq-analysis rstats
Last synced: 6 months ago · JSON representation

Repository

Basic Info
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 1
  • Open Issues: 2
  • Releases: 0
Topics
beginner bioscience data-analysis flowcytomatry-analysis intermediate rnaseq-analysis rstats
Created about 3 years ago · Last pushed 6 months ago
Metadata Files
Citation

https://github.com/3mmaRand/R4BABS/blob/main/

# Data Analysis in R for Becoming a Bioscientist (R4BABS)

R4BABS is a Quarto-powered website that gathers teaching materials for the University of York Biology curriculum. The site renders into the `_site` directory and offers navigation for BABS1, BABS2, BABS4, and the postgraduate course PGT52M.

## Teaching Materials

- **BABS1**  Stage1 module taken by every student. Covers core concepts of scientific computing, types of variables, the role of variables in analysis, and how to use RStudio to organise work and import, summarise, and plot data.
- **BABS2**  Stage1 module building on BABS1. Introduces classical statistics, including the logic of hypothesis testing, confidence intervals, statistical models, two-sample tests, and one- and two-way ANOVA.
- **BABS4**  Stage2 module. Starts with a review of stage1 skills (file types, file systems, working directories, paths, and RStudio Projects) then covers project organisation, working with datasets that have many variables and observations, getting an overview with summaries and distribution plots, and filtering rows and columns. The final three workshops, aimed at Biomedical Science students, teach flow cytometry data analysis.
- **PGT52M**  Postgraduate module revisiting core concepts before progressing through hypothesis testing, regression, ANOVA, and assessment preparation.

## Getting Started

1. **Restore the R environment**
   ```r
   renv::restore()
   ```
   Targets R4.5.0 with Bioconductor3.21 repositories.

2. **Render the site**
   ```bash
   quarto render       # build the entire site
   quarto preview      # serve locally with live reload
   ```

## Continuous Deployment

A GitHub Actions workflow builds and deploys the rendered site to the `gh-pages` branch whenever changes land on `main`.

## Repository Layout

- `_quarto.yml`  project configuration
- `r4babs1/`, `r4babs2/`, `r4babs4/`, `pgt52m/`  module content organised by week
- `renv.lock`, `renv/`  reproducible R package environment
- `CITATION.cff`  citation metadata
- `.github/workflows/`  deployment workflow

## Citation

> Rand, E. *Data Analysis in R for Becoming a Bioscientist* (Version0.1).
> https://3mmarand.github.io/R4BABS/

Owner

  • Name: Emma Rand
  • Login: 3mmaRand
  • Kind: user
  • Location: York, UK
  • Company: University of York

Lecturer at @UniOfYork sharing my enthusiasm for all things data, mainly in R. Ridiculously lucky. Talks too fast, thinks too slow.

GitHub Events

Total
  • Issues event: 7
  • Watch event: 1
  • Delete event: 17
  • Push event: 73
  • Pull request event: 42
  • Fork event: 1
  • Create event: 21
Last Year
  • Issues event: 7
  • Watch event: 1
  • Delete event: 17
  • Push event: 73
  • Pull request event: 42
  • Fork event: 1
  • Create event: 21

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 5
  • Total pull requests: 33
  • Average time to close issues: 2 days
  • Average time to close pull requests: about 3 hours
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 0.2
  • Average comments per pull request: 0.0
  • Merged pull requests: 28
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 4
  • Pull requests: 20
  • Average time to close issues: 2 days
  • Average time to close pull requests: about 4 hours
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 15
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • 3mmaRand (5)
Pull Request Authors
  • 3mmaRand (34)
  • sforrester (2)
Top Labels
Issue Labels
Pull Request Labels
codex (1)

Dependencies

.github/workflows/quarto-gh-pages-html.yaml actions
  • JamesIves/github-pages-deploy-action v4 composite
  • actions/checkout v2 composite
  • quarto-dev/quarto-actions/install-quarto v1 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-renv v2 composite