# @datagica/parse-cells

> Extract cells from text

Latest version **0.0.1** (published 2018-06-02) · GPL-3.0 license · 0 weekly downloads

## Install

```sh
npm install @datagica/parse-cells
pnpm add @datagica/parse-cells
yarn add @datagica/parse-cells
bun add @datagica/parse-cells
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2018-06-02 |
| First published | 2017-07-10 |
| Weekly downloads | 0 |
| License | GPL-3.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 53.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Julian Bilcke |
| Maintainers | datagica |

## Links

- npm: https://www.npmjs.com/package/@datagica/parse-cells
- Repository: https://github.com/datagica/parse-cells
- Homepage: https://github.com/datagica/parse-cells#readme
- Issues: https://github.com/datagica/parse-cells/issues
- npm.io page: https://npm.io/package/@datagica/parse-cells

## Dependencies (1)

- [@datagica/parse-entities](https://npm.io/package/@datagica/parse-entities.md) ^0.2.7

## Recent versions

- 0.0.1 (latest) — 2018-06-02
- 0.0.0 — 2017-07-10

## README

# Parse Cells

If a cell, license or copyright is missing you can create a pull request

## Installation

    $ npm i @datagica/parse-cells

## Usage

Example:

```javascript
await parse('I am studying the gastric delomorphous cell')
```

Output:

```json
[
  {
    "ngram": "gastric delomorphous cell",
    "value": {
      "id": "gastric-gland-oxyntic-cell",
      "label": {
        "en": "Gastric gland oxyntic cell"
      },
      "description": {
        "en": "Gastric gland oxyntic cells are epithelial cells that secrete hydrochloric acid."
      },
      "roles": {
        "en": [
          "gastric factor secretion",
          "intrinsic factor secretion",
          "hydrochloric acid secretion"
        ]
      },
      "keywords": [
        "hydrochloric acid",
        "gastric factor",
        "intrinsic factor"
      ],
      "locations": [
        "glandulae gastricae",
        "stomach",
        "ventriculus"
      ],
      "latine-name": "exocrinocytus parietalis",
      "germlayer": "endoderm",
      "category": "exocrine secretory epithelial cell",
      "aliases": {
        "en": [
          "parietal cell",
          "parietal cells",
          "delomorphous cell",
          "delomorphous cells",
          "oxyntic cell",
          "oxyntic cells",
          "gastric delomorphous cell",
          "gastric delomorphous cells",
          "gastric oxyntic cell",
          "gastric oxyntic cells",
          "gastric glands oxyntic cell",
          "gastric glands oxyntic cells",
          "gastric gland oxyntic cell",
          "gastric gland oxyntic cells"
        ],
      },
    },
    "score": 1,
    "position": {
      "sentence": 0,
      "word": 4,
      "begin": 18,
      "end": 43
    }
  }
]
```

## TODO

https://en.wikipedia.org/wiki/List_of_distinct_cell_types_in_the_adult_human_body

- endoderm: DONE
- ectoderm: TODO
- mesoderm: TODO

---
_Source: https://npm.io/package/@datagica/parse-cells · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
