distmat
Distance matrix data types and file formats
Matrix types specialised for storing pairwise distance data, and parsers for some common file formats for storing such data.
use ;
use ;
Purpose
Goals:
- Read and write pairwise distance data from any reasonable formats, especially those used in bioinformatics.
- Provide a convenient API to interact with distance data.
Non-goals:
- Linear algebra. There are many linear algebra libraries available with matrix data structures. At most distmat will help you export your data to these libraries.
- Algorithms. You can provide a closure to distmat to construct a distance matrix, but any specialised algorithms or distance measures are best implemented elsewhere.
License
Dual-licensed under MIT or Apache 2.0.
© Western Sydney Local Health District, NSW Health.