Package Name | Access | Summary | Updated |
---|---|---|---|
recordclass | public | Mutable variants of tuple (mutabletuple) and collections.namedtuple (recordclass), which support assignments and more memory saving variants (dataobject, structclass, litelist, ...). | 2025-03-25 |
pysam | public | pysam | 2025-03-25 |
qc3c | public | Hi-C quality control | 2025-03-25 |
jellyfish | public | Jellyfish is a tool for fast, memory-efficient counting of k-mers in DNA. A k-mer is a substring of length k, and counting the occurrences of all such substrings is a central step in many analyses of DNA sequence. This package also includes working Python bindings. | 2025-03-25 |
leven | public | Levenshtein edit distance library | 2025-03-25 |
json2html | public | Python wrapper to convert JSON into a human readable HTML Table representation. | 2025-03-25 |
polo | public | Python Optimal Leaf Ordering for Hierarchical Clustering Polo is a python script to obtain optimal linear ordering of hierarchical clusters, using the algorithm described in Fast Optimal leaf ordering for hierarchical clustering, Bioinformatics 2001 by Ziv Bar-Joseph, David K. Gifford, Tommi S. Jaakkola. When a hierarchical cluster with n leaves is displayed as a dendrogram, there are 2^(n-1) possible trees to display. The optimal linear ordering is the one where the distance between successive leaves is minimized (even when the leaves come from different clusters). Here is an example of the default ordering obtaining from fastcluster's linkage function, compared to the optimal linear order. | 2025-03-25 |