🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more
Socket
Book a DemoInstallSign in
Socket

@mmsb/radial-crispr

Package Overview
Dependencies
Maintainers
4
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mmsb/radial-crispr

Stencil Component Starter

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
4
Created
Source

Built With Stencil

Radial Representation

example display

Usage

Pour utiliser ce composant, il est nécessaire de lui transmettre deux informations à l'aide des propriétés : dic_sgrna et max_occ.

dic_sgrna

Transmettre une chaîne de caractère en format JSON sous ce format :

{
      "sequence": "GACGCACCAGATTTAGGTTCTGG",
      "occurences": [
          {
              "org": "Buchnera aphidicola (Cinara tujafilina) GCF_000217635.1",
              "all_ref": [
                  {
                      "ref": "NC_015662.1",
                      "coords": [
                          "+(320512,320534)"
                      ]
                  }
              ]
          },
          {
              "org": "Aliivibrio wodanis GCF_000953695.1",
              "all_ref": [
                  {
                      "ref": "NZ_LN554846.1",
                      "coords": [
                          "+(864792,864814)",
                          "+(865131,865153)",
                          "+(865471,865493)",
                          "+(865810,865832)"
                      ]
                  },
                  {
                      "ref": "test.1",
                      "coords": [
                          "+(864792,864814)",
                          "+(865131,865153)",
                          "+(865471,865493)",
                          "+(865810,865832)"
                      ]
                  }
              ]
          }
      ]
  }

max_occ

Transmettre le nombre d'occurence maximum pour la représentation graphique.

Event

Un message est transmis lorsque l'utilisateur clique sur un noeud sur le radar chart sous le nom : changeOrgRefSgrna

FAQs

Package last updated on 25 Feb 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts