Skip to content
This repository was archived by the owner on Aug 14, 2021. It is now read-only.

Commit 6296e78

Browse files
committed
updated README.md
1 parent 4b34716 commit 6296e78

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

README.md

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,32 @@
11
Metabolomics Analysis Toolbox
22
===============================
3-
This is designed for use with the old omics_analysis app.
4-
Before using any of the code run startup.m in the omics_analysis directory.
5-
6-
Use:
3+
Use
74
-----
85
Run startup.m before running any other scripts.
96

10-
Deployment practices:
7+
Branches
8+
---------
9+
The `omics-dashboard` branch is for use with the new Omics Dashboard service
10+
The `master` branch is for use with the old omics_analysis service.
11+
12+
Releases
1113
---------------------
1214
Releases are done as snapshots of the `master` or `omics-dashboard` branch
1315

1416
Release names should include the data in ISO Format (YYYYMMDD) and the branch from which the release is derived.
1517

18+
Programs
19+
---------
20+
|Script|Description|
21+
| ---- | --------- |
22+
|opls/main | Orthogonal Projection on Latent Structures|
23+
|pca/main | Orthogonal Projection on Latent Structures|
24+
|fix_spectra/fix_spectra - Baseline correction, alignment to reference, and zero regions|
25+
|bin/main | Bin based quantification/deconvolution designed around dynamic adaptive binning|
26+
|visualization/visualize_collections/main |Flexible spectral viewer|
27+
28+
Development Practices
29+
----------------------
1630
### Common and Library directories
1731
|Directory|Purpose|
1832
| -------- | -------- |

0 commit comments

Comments
 (0)