regarch
TypeScript icon, indicating that this package has built-in type declarations

1.0.2-0 • Public • Published

RegArch - Regular Architecture

npm License: CC0-1.0

pipeline status coverage report

Javascript implementation of Regular Architectures (RegArch).

What is RegArch?

We borrow the name from Regular Expressions to name our package Regular Architectures as a pattern matching tool tailored to find proteins using architecture patterns.

Install

$ npm install regarch

Example usage

import { RegArch } from "regarch";
 
const ra = new RegArch(pattern)
const results = ra.exec(listOfAnnotatedProteins)

Learn more

The details on how to build the patterns and how to format protein annotations can be found in the manual

If there are any issues, bugs or feature request, please open a new issue here.

Written with ❤ in Typescript.

Dependencies (0)

    Dev Dependencies (14)

    Package Sidebar

    Install

    npm i regarch

    Weekly Downloads

    6

    Version

    1.0.2-0

    License

    CC0-1.0

    Unpacked Size

    53.2 kB

    Total Files

    18

    Last publish

    Collaborators

    • daviortega