Visualize and Perform Data Analytics on Phenotypic and Clinical Data Stored in GA4GH Standards and Beyond
Documentation: https://mrueda.github.io/pheno-lens
Docker Hub Image: https://hub.docker.com/r/manuelrueda/pheno-lens/tags
docker pull docker.elastic.co/kibana/kibana:7.10.0
Run Kibana
docker run --link elasticsearch:elasticsearch -p 5601:5601 docker.elastic.co/kibana/kibana:7.10.0
Accessible via http://localhost:5601
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.
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.