Skip to content

Commit

Permalink
Merge pull request #947 from sjspielman/sjspielman/update-analysis-re…
Browse files Browse the repository at this point in the history
…adme

Add example table to analysis/README
  • Loading branch information
sjspielman authored Dec 20, 2024
2 parents 4dde9aa + 0436935 commit a446aa2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions analyses/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,13 @@ This directory contains the [OpenScPCA analysis modules](https://openscpca.readt

Each directory represents a single analysis module.
Each module contains a `README.md` file with information on its scientific goals and how to run it.

## Example modules

Several modules are provided as examples for how to use certain frameworks in OpenScPCA:

| Module name | Purpose
|-------------|---------
| [`hello-R`](hello-R/) | Demonstrates an example structure of an R-based module
| [`hello-python`](hello-python/) | Demonstrates an example structure of a Python-based module
| [`hello-clusters`](hello-clusters/) | Provides notebooks demonstrating the use of clustering and cluster evaluations functions in the [`rOpenScPCA` package](https://github.com/AlexsLemonade/rOpenScPCA/)

0 comments on commit a446aa2

Please sign in to comment.