2.2.0 • Published 3 years ago

@scaibio/sam-concept-hierarchy-view v2.2.0

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

Concept-hierarchy-view

npm package

Concept Hierarchy View is a semantic metadata box, that provides semantic information for a concept from Semantic Aggregation Machine (SAM). It takes an IRI of an ontological class as input and displays meta information such as a textual description, alternative names and hierarchical information about this class. SAM currently queries two services in the background, ontology lookup service (OLS) and ontology mapping service (OxO).

Docs

Documentation can be found on Storybook.

How to

With latest Node.js version:

  • npm start will run a demo app you can use to develop your component or library against.
  • npm run build will create ES5, ES modules and UMD builds for publishing to npm.

More documentation you can find here: Developing React Components and Libraries with nwb