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` | Demonstrates an example structure of an R-based module
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this is displayed on the page, do we want the names to be links to the modules themselves?

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