-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,16 @@ | ||
# BatMass | ||
### Mass spectrometry data visualization tools | ||
|
||
It was originally created to provide an extensible platform, providing basic functionality, like project management, raw mass-spectrometry data access, various GUI widgets and extension points. E.g. project system, option panels, a system for easy addition of support for new file types, actions for those files, memory management for viewers, etc. | ||
It was originally created to provide an extensible platform with basic functionality, like project management, raw mass-spectrometry data access, various GUI widgets and extension points. E.g. project system, option panels, a system for easy addition of support for new file types, actions for those files, memory management for viewers, etc. | ||
|
||
More specifically, the original goal was to be able to visualize results of LC/MS feature-finding algorithms (a feature in this context is an isotopic cluster as it elutes from the chromatographic column over time). | ||
|
||
### What can we offer so far | ||
|
||
As there is no paper yet, we can not release the full source code, however, the code will be out as soon as the paper lands. The software is in early alpha stage, you are expected to expect ;) a lot of bugs and irrational behavior. | ||
As there is no paper yet, we can not release the full source code, however, the code will be out as soon as the paper lands. The software is in alpha stage. | ||
|
||
The binaries are released in the hopes that it might help you take a fresh look at the raw data from your experiments. | ||
|
||
### How to start | ||
|
||
Check out the |