https://github.com/mrueda/pheno-lens
Visualize and Perform Data Analytics on Phenotypic and Clinical Data Stored in GA4GH Standards and Beyond
https://github.com/mrueda/pheno-lens
beacon-v2 beacon2-ri-tools clinical-data elasticsearch kibana kibana-visualization natural-language-processing pheno-lens pheno-ranker pheno-search phenopackets-v2 phenotype phenotypic-data
Last synced: 11 months ago
JSON representation
Visualize and Perform Data Analytics on Phenotypic and Clinical Data Stored in GA4GH Standards and Beyond
- Host: GitHub
- URL: https://github.com/mrueda/pheno-lens
- Owner: mrueda
- Created: 2024-02-29T19:21:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-01T16:07:55.000Z (over 2 years ago)
- Last Synced: 2025-06-19T07:45:01.811Z (12 months ago)
- Topics: beacon-v2, beacon2-ri-tools, clinical-data, elasticsearch, kibana, kibana-visualization, natural-language-processing, pheno-lens, pheno-ranker, pheno-search, phenopackets-v2, phenotype, phenotypic-data
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pheno-Lens
Visualize and Perform Data Analytics on Phenotypic and Clinical Data Stored in GA4GH Standards and Beyond
[](https://github.com/mrueda/pheno-lens/actions/workflows/build-and-test.yml)
[](https://coveralls.io/github/CNAG-Biomedical-Informatics/pheno-lens?branch=main)

[](https://github.com/mrueda/pheno-lens/actions/workflows/docker-build.yml)
[](https://hub.docker.com/r/manuelrueda/pheno-lens/)
[](https://hub.docker.com/r/manuelrueda/pheno-lens/)
[](https://github.com/mrueda/pheno-lens/actions/workflows/documentation.yml)
[](https://opensource.org/licenses/Artistic-2.0)
**Documentation**: https://mrueda.github.io/pheno-lens
**Docker Hub Image**: https://hub.docker.com/r/manuelrueda/pheno-lens/tags
# Download and Installation
## Installing Kibana
```
docker pull docker.elastic.co/kibana/kibana:7.10.0
```
Run Kibana
```bash
docker run --link elasticsearch:elasticsearch -p 5601:5601 docker.elastic.co/kibana/kibana:7.10.0
```
# Access Kibana
Accessible via [http://localhost:5601](http://localhost:5601)
# Explore your data
Create an Index Pattern: To explore your data in Kibana, you first need to create an index pattern that matches the name of the index(es) into which you've ingested data.
* Go to the "Management" section, find "Index Patterns," and click "Create index pattern."
* Enter the index name (index_name as used in your bulk insert command) or a pattern that matches your index(es). Follow the prompts to select the time field if your data includes one.
* Discover: Once your index pattern is created, go to the "Discover" section to explore your data. Here, you can see all documents within your index, search and filter the data, and get a feel for what's available in your dataset.
# Visualize and Dashboard
After exploring your data in the Discover tab, you can start creating visualizations and dashboards in Kibana. The "Visualize" and "Dashboard" sections of Kibana provide powerful tools to create visual representations of your data.