0.3.30 • Published 15 days ago

@teselagen/sequence-utils v0.3.30

Weekly downloads
-
License
MIT
Repository
-
Last release
15 days ago

CHANGELOG

Installing

npm install @teselagen/sequence-utils

Usage

import { getComplementSequence } from '@teselagen/sequence-utils';

const mySequence = 'ATGAGAG';
const myComplement = getComplementSequence(mySequence);
console.log(myComplement); // TACTCTC

About this Repo

This is a collection of dna sequence utility functions.

All sequences and annotations (unless otherwise specified) are assumed to have 0-based inclusive indices.

  Example:
  0123456
  ATGAGAG
  --fff--  (the feature covers GAG)
  0-based inclusive start:
  feature.start = 2
  1-based inclusive start:
  feature.start = 3
  0-based inclusive end:
  feature.end = 4
  1-based inclusive end:
  feature.end = 5

Editing This Repo:

All collaborators:

Edit/create a new file and update/add any relevant tests. Make sure they pass by running npm test

Updating this repo:

Commit and push all changes first (make sure tests are passing!)

Teselagen collaborators:

Commit and push all changes Sign into npm using the teselagen npm account (npm whoami)

npm version patch|minor|major
npm publish

Outside collaborators:

fork and pull request please :)

This library was generated with Nx.

Building

Run nx build sequence-utils to build the library.

Running unit tests

Run nx test sequence-utils to execute the unit tests via Jest.

0.3.30

15 days ago

0.3.29

15 days ago

0.3.28

23 days ago

0.3.28-beta.1

1 month ago

0.3.27

8 months ago

0.3.26

8 months ago

0.3.25

8 months ago

0.3.20

11 months ago

0.3.24

11 months ago

0.3.23

11 months ago

0.3.22

11 months ago

0.3.21

11 months ago

0.3.19

1 year ago

0.3.18

1 year ago

0.3.17

1 year ago

0.3.15

1 year ago

0.3.14

1 year ago

0.3.9

1 year ago

0.1.14

2 years ago

0.1.15

2 years ago

0.3.13

1 year ago

0.3.12

1 year ago

0.3.11

1 year ago

0.3.10

1 year ago

0.1.20

2 years ago

0.1.21

2 years ago

0.1.22

2 years ago

0.1.23

2 years ago

0.1.24

2 years ago

0.2.1

2 years ago

0.3.6

2 years ago

0.1.16

2 years ago

0.3.5

2 years ago

0.1.17

2 years ago

0.3.8

1 year ago

0.1.18

2 years ago

0.3.7

2 years ago

0.1.19

2 years ago

0.3.2

2 years ago

0.3.4

2 years ago

0.3.3

2 years ago

0.1.10

2 years ago

0.1.11

2 years ago

0.1.12

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.1

2 years ago