New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

bioi

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bioi

Bioinformatics stuff

latest
Source
npmnpm
Version
0.0.9
Version published
Maintainers
1
Created
Source

bioi

Bioinformatics stuff

todo

  • Codon map derp
class Codon extends Sequence
  @map : {
  # https://en.wikipedia.org/wiki/DNA_codon_table
  }
  @forAminoAcid: (symbol)->
    if (symbol.length > 1)
      symbol = AminoAcid.letterFor(symbol)
    @map[symbol]
  • use mixins to share stuff between Codon, Rna and Peptide, Protein etc.
  • how to represent structures... at least one representation is bond graph

bioinformatics.org

  • maybe some useful stuff here but code is a mess
  • http://www.bioinformatics.org/sms2/scripts/sms_common.js

understanding crispr

FAQs

Package last updated on 10 Aug 2015

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