All Projects â†’ ncbi-nlp â†’ Negbio

ncbi-nlp / Negbio

Licence: other
📰 High-performance tool for negation and uncertainty detection in radiology reports

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Negbio

pivot-vue
Integration example of WebDataRocks web reporting tool with the Vue framework
Stars: ✭ 17 (-82.83%)
Mutual labels:  reports
difido-reports
This project aims to provide a generic implementation for HTML test reports.
Stars: ✭ 38 (-61.62%)
Mutual labels:  reports
Hackerone Reports
Top disclosed reports from HackerOne
Stars: ✭ 458 (+362.63%)
Mutual labels:  reports
Logo
Logo Tiger Enterprise Özel Raporlar, Tablo ve View Açıklamaları
Stars: ✭ 73 (-26.26%)
Mutual labels:  reports
motor-admin
Deploy a no-code admin panel for any application in less than a minute. Search, create, update, and delete data entries, create custom actions, and build reports.
Stars: ✭ 1,145 (+1056.57%)
Mutual labels:  reports
Cloud Reports
Scans your AWS cloud resources and generates reports. Check out free hosted version:
Stars: ✭ 255 (+157.58%)
Mutual labels:  reports
Samples-ASP.NET-MVC-CSharp
ASP.NET MVC C# samples for Stimulsoft Reports.Web reporting tool.
Stars: ✭ 31 (-68.69%)
Mutual labels:  reports
Rssa
RSS-Anything, get updates about anything you can reach with an url. Like RSS, but for anything.
Stars: ✭ 46 (-53.54%)
Mutual labels:  reports
Ad-Hoc-Report-Builder-.net-mvc
Open Source Reporting tool for .NET6/.NET Core/.NET Framework that you can embed in your application and generate dashboards and ad hoc reports
Stars: ✭ 43 (-56.57%)
Mutual labels:  reports
Report
📜 🎉 Automated reporting of objects in R
Stars: ✭ 348 (+251.52%)
Mutual labels:  reports
SyliusReportPlugin
Report Plugin for Sylius. This plugin add a report interface to the Sylius administration. Some reports comes with this bundle but you can create your custom reports.
Stars: ✭ 25 (-74.75%)
Mutual labels:  reports
Guitar
A Simple and Efficient Distributed Multidimensional BI Analysis Engine.
Stars: ✭ 86 (-13.13%)
Mutual labels:  reports
Odf Report
Generates ODF files, given a template (.odt) and data, replacing tags
Stars: ✭ 268 (+170.71%)
Mutual labels:  reports
jmeterReports
Jmeter autogenerater reports after test to Confluence, using grafana custom dushboards.
Stars: ✭ 23 (-76.77%)
Mutual labels:  reports
Jasperreports
JasperReports® - Free Java Reporting Library
Stars: ✭ 540 (+445.45%)
Mutual labels:  reports
Samples-NET.Core-MVC-CSharp
ASP.NET Core 2.0 MVC C# samples for Stimulsoft Reports.Web reporting tool.
Stars: ✭ 28 (-71.72%)
Mutual labels:  reports
pivot-react
Integration example of WebDataRocks web reporting tool with React framework
Stars: ✭ 33 (-66.67%)
Mutual labels:  reports
Nowshowing
Generates an email and web page of Plex recently added content
Stars: ✭ 70 (-29.29%)
Mutual labels:  reports
Openvasreporting
OpenVAS Reporting: Convert OpenVAS XML report files to reports
Stars: ✭ 42 (-57.58%)
Mutual labels:  reports
Phpjasper
A PHP report generator
Stars: ✭ 327 (+230.3%)
Mutual labels:  reports

.. image:: https://github.com/yfpeng/negbio/blob/master/images/negbio.png?raw=true :target: https://github.com/yfpeng/negbio/blob/master/images/negbio.png?raw=true :alt: NegBio


.. image:: https://img.shields.io/travis/yfpeng/NegBio/master.svg :target: https://travis-ci.org/yfpeng/NegBio :alt: Build status

.. image:: https://img.shields.io/pypi/v/negbio.svg :target: https://pypi.python.org/pypi/negbio :alt: PyPI version

.. image:: https://img.shields.io/readthedocs/negbio.svg :target: http://negbio.readthedocs.io :alt: RTD version

.. image:: https://hits.dwyl.com/ncbi-nlp/NegBio.svg :target: https://hits.dwyl.com/ncbi-nlp/NegBio :alt: HitCount

NegBio is a high-performance NLP tool for negation and uncertainty detection in clinical texts (e.g. radiology reports).

Get started

Install NegBio


1. Installing from source (recommended)

    .. code-block:: bash

         $ git clone https://github.com/ncbi-nlp/NegBio.git
         $ cd /path/to/negbio
         $ python setup.py install --user
         $ export PATH=~/.local/bin:$PATH

2. Installing from pip

    .. code-block:: bash

        $ pip install negbio




Prepare the dataset

The inputs can be in either plain text or BioC <http://bioc.sourceforge.net/>_ format. If the reports are in plain text, each report needs to be in a single file. Some examples can be found in the examples folder.

Run the script


There are two ways to run the pipeline.

**NOTE**: If you want to process a lot of reports (e.g., > 1000), it is recommended to run the pipeline step-by-step.
See `User guide <https://negbio.readthedocs.io/en/latest/user_guide.html>`_.


Using the CheXpert algorithm
____________________________

If you want to use the `CheXpert <https://github.com/stanfordmlgroup/chexpert-labeler>`_ method, run one of the following lines

.. code-block:: bash

   $ main_chexpert text --output=examples examples/00000086.txt examples/00019248.txt

.. code-block:: bash

   $ main_chexpert bioc --output=examples examples/1.xml


Using MetaMap
_____________

If you want to use MetaMap, run the following command by replacing ``<METAMAP_BINARY>`` with the actual **ABSOLUTE**
path, such as **META_MAP_HOME/bin/metamap16**

.. code-block:: bash

   $ main_mm text --metamap=<METAMAP_BINARY> --output=examples examples/00000086.txt \
        examples/00019248.txt

.. code-block:: bash

   $ main_mm bioc --metamap=<METAMAP_BINARY> --output=examples examples/1.xml


Documentation
=============

negbio `documentation <http://negbio.readthedocs.io/en/latest/>`_ is available on Read The Docs.

See `Getting Started <http://negbio.readthedocs.io/en/latest/getting_started.html>`_ for installation and basic
information. To contribute to negbio, read our `contribution guide </CONTRIBUTING.md>`_.

Citing NegBio
=============

If you're running the NegBio pipeline, please cite:

*  Peng Y, Wang X, Lu L, Bagheri M, Summers RM, Lu Z. `NegBio: a high-performance tool for negation and uncertainty
   detection in radiology reports <https://arxiv.org/abs/1712.05898>`_. *AMIA 2018 Informatics Summit*. 2018.
*  Wang X, Peng Y, Lu L, Bagheri M, Lu Z, Summers R. `ChestX-ray8: Hospital-scale Chest X-ray database and benchmarks
   on weakly-supervised classification and localization of common thorax diseases <https://arxiv.org/abs/1705.02315>`_.
   *IEEE Conference on Computer Vision and Pattern Recognition (CVPR)*. 2017, 2097-2106.

Acknowledgments
===============

This work was supported by the Intramural Research Programs of the National Institutes of Health, National Library of
Medicine and Clinical Center.

We are grateful to the authors of NegEx, MetaMap, Stanford CoreNLP, Bllip parser, and CheXpert labeler for making
their software tools publicly available.

We thank Dr. Alexis Allot for the helpful discussion.

Disclaimer
==========
This tool shows the results of research conducted in the Computational Biology Branch, NCBI. The information produced
on this website is not intended for direct diagnostic use or medical decision-making without review and oversight
by a clinical professional. Individuals should not change their health behavior solely on the basis of information
produced on this website. NIH does not independently verify the validity or utility of the information produced
by this tool. If you have questions about the information produced on this website, please see a health care
professional. More information about NCBI's disclaimer policy is available.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].