Skip to content
#

biomedical-informatics

Here are 56 public repositories matching this topic...

LorenzE
LorenzE commented Feb 10, 2020

"Start recording" button should change its name to "Stop recording" once clicked. This needs to be changed for all MNE Scan plugins which are able to record data, see below.

https://github.com/mne-tools/mne-cpp/blob/0273dc540f2a5597d3317edbf76b6169fab94021/applications/mne_scan/plugins/neuromag/neuromag.cpp#L269

https://github.com/mne-tools/mne-cpp/blob/0273dc540f2a5597d3317edbf76b6169fab940

milen-sage
milen-sage commented Dec 15, 2020

Currently schematic attempts to sort columns based on schema both when new manifests are created and when an existing manifest has already been provided and is just being updated.

If meanwhile the schema has been changed, the columns in the existing manifest and the attributes in the new schema may be mismatching - this may lead to an uncaught errors.

If there is an existing manifest we need to

clinical_informatics_umls

An exploratory, tutorial and analytical view of the Unified Medical Language System (UMLS) & the software/technologies provided via being a free UMLS license holder. This repo will subset 2021AB UMLS native release, introduce/build upon UMLS provided tools to load a configured subset into first a relational database --> MySQL, SQLite, PostgreSQL and MariaDB all covered within this repo. Next the UMLS subset which is stored in a relational DB will be queried, modeled and lastly loaded into a defined Neo4j label property graph. Lastly, Neo4j database containing UMLS 2021AB subset in schema promoting intuitive analysis and rich visualization will become the central datastore for analysis. The datastore contains ~5 million distinct nodes & >40 million distinct relationships (edges). Currently, Neo4j is running via Docker but deployment options are NOT limited to Docker. If choosing to deploy via Neo4j Aura, server, Neo4j Desktop, VM etc... Please note and be aware of the specific volumes and environment variables specified within this repository (docker run). The ability for the loaded Neo4j Graph to interact with RDF data (i.e. import/export RDF data to and from Neo4j) may not be possible via all Neo4j deployment avenues (i.e. Neo4j Aura currently does not support RDF integration that is demonstrated in this repository).

  • Updated Mar 12, 2022
  • Python

Improve this page

Add a description, image, and links to the biomedical-informatics topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the biomedical-informatics topic, visit your repo's landing page and select "manage topics."

Learn more