-
Notifications
You must be signed in to change notification settings - Fork 22
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
15 changed files
with
214 additions
and
67 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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
apiVersion: v1 | ||
kind: Pod | ||
metadata: | ||
name: jenkins-agent | ||
spec: | ||
containers: | ||
- name: jekyll | ||
image: molgenis/jekyll:1.1.2 | ||
imagePullPolicy: IfNotPresent | ||
command: | ||
- cat | ||
tty: true | ||
resources: | ||
requests: | ||
cpu: "1" | ||
memory: "1Gi" | ||
restartPolicy: Never |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
molgenis.org |
Binary file not shown.
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,46 @@ | ||
--- | ||
title: BiobankUniverse | ||
intro: BiobankUniverse is archived on the 22th of September 2021. | ||
layout: blue | ||
--- | ||
|
||
|
||
# **Project is archived** - Welcome to BiobankUniverse | ||
|
||
|
||
## Introduction | ||
Welcome to BiobankUniverse. The demonstration website has been archived on the 13th of September 2021. Below for your convenience an overview of what you would have found. The features of BiobankUniverse have been merged with the MOLGENIS 'mapping service'. | ||
|
||
BiobankUniverse was a data discovery and matching system for biobanks built in ([MOLGENIS](https://github.com/molgenis/molgenis)) that could automatically tag biobank attributes (metadata) with ontology terms from Unified Medical Language System (UMLS) and based on which generate candidate attribute matches between biobanks. In addition, BiobankUniverse could calculate the overall similarities between biobanks so that users can quickly get an approximation of how close/far the biobanks are to each other. Please note that this server is shelved, for the greatest and latest features of MOLGENIS look ([here](https://www.molgenis.org)). | ||
|
||
The instruction on how to deploy it in tomcat 7 can be found ([here](http://www.molgenis.org/wiki/Molgenis-connect)). The source code is avaiable on ([GitHub](https://github.com/chaopang/molgenis/tree/feature/biobankuniverse)). | ||
|
||
--- | ||
|
||
## Discover biobanks | ||
|
||
The circle represents a biobank and the larger a biobank, the larger the circle. The line represents the distance between the biobanks, the longer the line, the less similar the connected biobanks are to each other. There are two types of universes, one is generated based on the overall similarity of the automatically tagged ontology terms, the other one is generated based on the number of candidate matches. | ||
|
||
![Example 1](images/retired/biobank_universe/example_1.png) | ||
|
||
For example, see image below. When clicked on the button 'Number of matches', typed in 'Beer' in the search box and selected 'C0004922:Beer' and then hit the 'Search' button, only the candidate matches related to 'Beer' are retrieved and universe will reduce in size. The search box was configured with typeahead function to provide ontology terms. See the image 'Example 2' below. | ||
|
||
![Example 2](images/retired/biobank_universe/example_2.png) | ||
|
||
--- | ||
|
||
## Curate attribute matches | ||
|
||
We had pre-generated the candidate attribute matches between the biobanks including Finrisk2002, Finrisk2007, Lifelines, Prevend, Mitchelstown and HOP. The matches generated where pairwise so users needed to choose a leading 'target' data schema to generate the match table, in which they can curate the candidate matches. An example can be seen in 'Example 3' with the term 'hop'. | ||
|
||
![Example 3](images/retired/biobank_universe/example_3.png) | ||
|
||
--- | ||
|
||
## Technical design | ||
|
||
![Technical design](images/retired/biobank_universe/Figure1_overall.jpg) | ||
|
||
--- | ||
|
||
# If you want to use molgenis with new features, visit [molgenis.org](https://molgenis.org) |
Oops, something went wrong.