Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add example table to analysis/README #947

Merged
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-cluster`](hello-cluster/) | Provides notebooks demonstrating the use of clustering and cluster evaluations functions in the [`rOpenScPCA` package](https://github.com/AlexsLemonade/rOpenScPCA/)
sjspielman marked this conversation as resolved.
Show resolved Hide resolved
Loading