NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

This page is superseded by LexBIG Frequently Asked Questions and is redirected to that page.

Q. How do I load vocabularies into LexBIG?

Content can be loaded using either the administrative functions provided by the LexBIG Graphical User Interface (GUI) or counterpart command-line scripts. Refer to the Installation and Administration Guide, which can be downloaded from the Files tab of the GForge project or referenced in the /doc folder of the installed materials.

Q. How do I access LexBIG vocabularies in my programs?

Refer to the Programmer Guide, which can be downloaded from the Files tab of the GForge project or found in the /doc folder of the installed materials.

Q. Once LexBIG is deployed onto the server and content is loaded, what is the best way to interact with it?

LexBIG services are delivered as middleware. Refer to the previous question if the goal is to interact through a client program.

  • If the goal is to interact through a graphical user interface, other options are available. The LexBIG GUI, as described in the programmer and administration guides, provides a basic API-centric way to query and visualize content. It is a development time tool written for audiences that are both technical and somewhat familiar with the LexBIG API.
  • If the goal is to provide a general purpose end-user interface, other options are available. One browser-based front end to LexBIG is BioPortal. The BioPortal code base originates as part of work done by the National Center for Biomedical Ontology (NCBO), and provides the basis for the NCI BioPortal. The NCI BioPortal is available from NCI at http://gforge.nci.nih.gov/projects/lex-browser/.

Q. Do I need to develop my own application client to create/update/search a concept and for imports/exports with LexBIG?

Searching can be accomplished by one of the browser interfaces described above. However, content creation and maintenance are considered out of scope for the current LexBIG API which addresses load, publish, and query of fully versioned ontologies. LexBIG can consume many types of file formats (e.g. XML, OBO, RRF, OWL) as versioned ontologies. Given any structured source, it should be possible to review these files and create a transform for load into the LexGrid repository.

Q. Can I deploy LexBIG to operating systems other than Windows or Linux?

While you shouldn't need a separate installer, you will need to have the correct Java JDK installed for the system you are on. Some limitations will automatically apply. The GUI installer and a GUI browser may have problems with operating systems other than Windows or Linux. If the browser has options, note that we do have a fair amount of command line demonstration code that you might exercise in the package's Admin and Example folders.

Note that environments other than Windows or Linux are not tested or formally supported.

  • No labels