@mmsb/radial-crispr
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @mmsb/radial-crispr

Weekly Downloads

0

Version

1.1.0

License

MIT

Unpacked Size

1.21 MB

Total Files

66

Last publish

Collaborators

  • alkihis
  • cecilpert
  • glaunay
  • sophielem