Code Monkey home page Code Monkey logo

libnano's Introduction

libnano: Low-level nucleic acid sequence manipulation tools

libnano is beta

https://secure.travis-ci.org/libnano/libnano.png https://img.shields.io/pypi/l/libnano.png https://img.shields.io/pypi/v/libnano.png

nucleic acid toolkit

Low level Python modules for working with DNA sequences
It was developed to be used as a cog in application specific libraries while avoiding bloat.<br/>
The goal is to be fast so most many things are written in Cython or C.
This project is under active development, and hopefully documentation will by done soon
Python 3.6+ only now as the code base is typed for Cython and type-hinted for Python code

Features

  • seqstr: Reverse Complement and Hamming Distance finders
  • seqgraph: find cliques of compatible sequences
  • seqint: convert sequences less than 32 bases to binary
  • seqscreen: filter sequences based on things like GC content
  • ensemblrest: Use the Ensembl REST API to look up gene and transcript information
  • prostr: work with converting DNA to RNA to AA and back again
  • barcode_tools: generate DNA barcode sets with length and Hamming distance restrictions
  • seqsearch: search sequences for features like restriction sites or "submers" (kmers with 0 or more mismatches to a subsequence in the target)
  • fileio: genbank and fasta reader/writers, xmfa
  • seqrecord: less featured replacement for Biopython SeqRecord

Installation

If you would like to install libnano in your local Python environment you may use pip:

$ pip install libnano

or build from source from Github repo

$ python setup.py install

libnano's People

Contributors

grinner avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.