Differences between revisions 6 and 8 (spanning 2 versions)
Revision 6 as of 2015-01-08 10:55:53
Size: 1773
Comment:
Revision 8 as of 2015-01-13 10:01:10
Size: 2821
Comment: add kPAL
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:

 * License: [[http://www.biopython.org/DIST/LICENSE|Biopython license]]
Line 22: Line 24:
 * License: MIT
Line 23: Line 27:

== kPAL ==
kPAL is a __k__-mer __p__rofile __a__nalysis __l__ibrary.
It can be used to count k-mers and to analyze and compare k-mer distributions in DNA sequences, which is itself useful, e.g., in quality control of DNA sequencing data.
The package can be used as a command line tool or as a Python library.

 * compatible with Python 2 and 3

 * requires: NumPy, [[http://www.h5py.org|h5py]], [[#Biopython|Biopython]]

 * License: MIT

 * [[https://pypi.python.org/pypi/kPAL|kPAL at PyPI]] [[http://kpal.readthedocs.org|kPAL documentation]]

== DendroPy ==
!DendroPy is a package for phylogenetic computing. It supports a wide range of phylogenetic tree formats and can be used both as a phylogenetic library and for scripting.

 * compatible with Python 2 (2.4+) only

 * requires: -

 * License: BSD
 
 * [[https://pypi.python.org/pypi/DendroPy|DendroPy at PyPI]] [[http://dendropy.readthedocs.org|DendroPy documentation]]

PythonMed

This page attempts to collect all the Python packages associated with medicine, pre-clinical research, life science and bioinformatics for the community. Its modelled along the Debian Med project

Biopython

Biopython facilitates the use of Python for bioinformatics through high-quality, reusable modules and classes. Biopython features include parsers for various Bioinformatics file formats (BLAST, Clustalw, FASTA, Genbank,...), access to online services (NCBI, Expasy,...), interfaces to common and not-so-common programs (Clustalw, DSSP, MSMS...), a standard sequence class, various clustering modules, a KD tree data structure, etc.

pysam

pysam is a Python wrapper package around Samtools, a suite of programs for reading and manipulating high-throughput sequencing data.

kPAL

kPAL is a k-mer profile analysis library. It can be used to count k-mers and to analyze and compare k-mer distributions in DNA sequences, which is itself useful, e.g., in quality control of DNA sequencing data. The package can be used as a command line tool or as a Python library.

DendroPy

DendroPy is a package for phylogenetic computing. It supports a wide range of phylogenetic tree formats and can be used both as a phylogenetic library and for scripting.


CategoryPythonInScience

PythonMed (last edited 2019-12-02 00:32:22 by FrancesHocutt)

Unable to edit the page? See the FrontPage for instructions.