-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
Merge pull request #5 from UKEIAM/readmegithubpages
Readme intial version
Showing
1 changed file
with
33 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,2 +1,33 @@ | ||
 | ||
TODO | ||
# GraphXplore: Visual exploration and easy preprocessing of data | ||
|
||
[](https://github.com/UKEIAM/graphxplore/actions/workflows/unittest.yml) | ||
|
||
<img src="./frontend/GraphXplore/graphxplore_icon.png" alt="drawing" width="100"/> | ||
|
||
## About | ||
|
||
GraphXplore is a tool for visually exploring, cleaning and transforming your data, as well as defining and sharing | ||
metadata and mappings with others. You can access GraphXplore as a Python package, or use its graphical user interface | ||
application. The app can either be run as a local webserver or a standalone desktop app. | ||
GraphXplore does not require advanced knowledge about statistics or data science and the app can be used without prior | ||
coding/scripting skills. The tool was designed with the application to the medical research domain in mind, but can be | ||
generally used with any data source. | ||
|
||
## Installation | ||
|
||
- Python package: Install from PyPi with `pip install graphxplore`, or checkout versions at ( :hammer: TODO insert pypi link) | ||
- Alternatively, you can clone this repository, checkout a specific commit and use that version via `sys.path`, | ||
`pip install -e` or `conda develop` | ||
- Desktop app: Download the installer for a specific release from ( :hammer: TODO insert release link) | ||
- Alternatively, you can clone this repository, checkout a specific commit, use [NPM](https://www.npmjs.com/) and run | ||
the [installation script](./frontend/build_release.sh) | ||
- Local webserver: Clone this repository, install streamlit with `pip install streamlit`, navigate to | ||
`frontend/GraphXplore` and run `streamlit run streamlit_app.py` | ||
|
||
## Documentation | ||
|
||
You can find detailed information about the data-related tasks that you can work in with GraphXplore, as well as its | ||
functionalities at ( :hammer: TODO insert GitHub pages link). Additionally, the same information is given in the app via various | ||
how-to pages and tooltips. | ||
|
||
To read the Python package code documentation navigate to ( :hammer: TODO insert readthedocs link) |