0.0.5 • Published 5 months ago

gensplore v0.0.5

Weekly downloads
-
License
-
Repository
github
Last release
5 months ago

A react component to embed Gensplore in your own website.

Installation

npm install gensplore

Usage

import React from 'react';
import Gensplore from 'gensplore';

const genbankString = `LOCUS       Sample100bp       100 bp    DNA     linear   UNK 24-NOV-2023
DEFINITION  Synthetic construct, 100 bp DNA fragment with 42 bp coding sequence.
ACCESSION   XXX00000000
VERSION     XXX00000000.1
KEYWORDS    .
SOURCE      synthetic DNA construct
  ORGANISM  synthetic construct
            other sequences; artificial sequences.
REFERENCE   1  (bases 1 to 100)
  AUTHORS   Doe,J.
  TITLE     Direct Submission
  JOURNAL   Submitted (24-NOV-2023) to the GenBank
FEATURES             Location/Qualifiers
     source          1..100
                     /organism="synthetic construct"
                     /mol_type="genomic DNA"
                     /db_xref="taxon:000000"
     CDS             1..15
                     /codon_start=1
                     /product="mini protein 1"
                     /protein_id="AAA00000.2"
     CDS             30..71
                     /codon_start=1
                     /product="mini protein 2"
                     /protein_id="AAA00000.2"
ORIGIN      
        1 atgctagcta cgtagctatg ctagctagct agctagctag ctgatgaaaa aaaaaa
       61 atatattata actgactgac tgactgactg actgactgac
//
`

/*

As a  component:

....

*/

  <Gensplore genbankString={genbankString} />


/*

...

*/
0.0.5

5 months ago

0.0.3

6 months ago

0.0.2

6 months ago

0.0.1

6 months ago