Implementation of ISA-tools data model and ISA-TAB
Project description
AltamISA
AltamISA is an alternative implementation of ISA-tools data model and ISA-Tab file format.
also:
Ambrosia peruviana is a species of plant in the family Asteraceae. It occurs from Mexico south to Argentina, being common in the Antilles and the Andes.
In its native range, A. peruviana is used as a medicinal plant with analgesic, antiinflammatory, anthelmintic and antiseptic properties.
For the Impatient
$ pip install altamisa
## OR
$ conda install altamisa
What is ISA and ISA-Tab?
The ISA (Investigation-Study-Assay) defines a data model for describing life science experiments (specification). ISA-Tab defines a file format based on TSV (tab-separated values) for storing of ISA data in files. Shortly, experiments are encoded by DAGs (directed acyclic graphs) of samples being taken from sources (e.g., donor individuals) and then subjected to "operations" (e.g., extraction, assays, transformations) leading to different downstream "materials".
Why AltamISA?
Attempting to use the official isa-api Python package in early 2018 led to quite some frustration.
Even the official ISA-tab examples parsed into non-expected graph structures.
Attempting bug fixes to isa-api proofed difficult because of not having complete automated tests.
Further, the scope of isa-api was much broader (including between ISA-Tab and other formats) such that we expected high maintenance costs (development had apparently stalled).
Quick Facts
- Programming Language: Python 3 (with full type annotations)
- License: MIT
- Test Coverage: >90%
- Documentation: see here
- Code Style: black, 100 characters/line
History
v0.2.8
- Mostly meta adjustments.
v0.2.7
- Adding exception for duplicate node annotations
v0.2.6
- Minor fixes regarding investigation file names and comments.
v0.2.5
- Minor fixes of validation and warnings.
- Fixes optional parameter
filenameofAssayReader.
v0.2.4
- Ensuring that input order is output order. This is true except for the corner case where materials are not located in "blocks". Such corner cases would require storing the tabular representation (and keeping it in sync) at all times and does not yield to a robustly usable implementation. NB: the input is also not sorted the test adjusted with this patch shows.
- Adding optional parameter
filenameto the various readers. - Exposing
RefTableBuilderclass with slightly changed interface.
v0.2.3
- Minor fixes and additions with focus on improving the export.
v0.2.2
- Updating documentation for JOSS.
v0.2.1
- Adding JOSS paper draft.
- Fixing problem with writing empty lines on Windows (#52).
- Update documentation with examples for manual model creation.
- Fixing authorship documentation.
- Fixing package (#58).
v0.2.0
- Switching to
attrsinstead of usingNamedtuple. This gets rid of some warts regarding constructor overriding but should offer the same functionality otherwise. - Various updates to the documentation.
v0.1.0
First public release.
- Started out with ISA-TAB parser and
NamedTuple-based data model.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file altamisa-0.3.1.tar.gz.
File metadata
- Download URL: altamisa-0.3.1.tar.gz
- Upload date:
- Size: 574.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
66395f5fea922bcdd9d180c61d13e9979a7afcbf325751b3cdafe24b4ab0bde8
|
|
| MD5 |
b3689ae0b765bf1d09bbd8f309773a75
|
|
| BLAKE2b-256 |
72aa02c35d24ffaac30495d20924f80e9832562855edeb54dbed0558d45781ea
|