Time Series Analysis Software
Project description
TraceAnalyser
A standalone application for analysing time series data, which includes features for processing/labelling/filtering traces and facilitates the detection of hidden states using Hidden Markov Modelling (HMM). It also includes embdedded pre-trained Deep Learning (InceptionTime) models for classifying/labelling traces.
This is still undergoing development, so some features may not work as expected.
This was built by Dr Piers Turner from the Kapanidis Lab, University of Oxford.
Installation
You can install TraceAnalyser
via PyPI:
conda create –-name TraceAnalyser python==3.9
conda activate TraceAnalyser
pip install traceanalyser
To upgrade TraceAnalyser
to the latest version, use the following command:
pip install traceanalyser --upgrade
You can install the latest development version of TraceAnalyser
from source by running:
conda create –-name TraceAnalyser python==3.9
conda activate TraceAnalyser
conda install -c anaconda git
conda update --all
pip install git+https://github.com/piedrro/TraceAnalyser.git
To install MATLAB engine (Windows):
python 3.9 requires MATLAB >= 2021b
MATLAB compatibility: https://uk.mathworks.com/support/requirements/python-compatibility.html
pip install matlabengine
This will likely fail due to a MATLAB version issue. Read the traceback, and install the recomended verison. Then try again:
pip install matlabengine==XXXX
Terminal Commands
To launch the Trace Analyser App:
analysis
To launch an ebFRET instance (requires matlab engine installation):
ebFRET
Contributing
Contributions are very welcome. Tests can be run with tox, please ensure the coverage at least stays the same before you submit a pull request.
License
Distributed under the terms of the MIT license, "TraceAnalyser" is free and open source software
Issues
If you encounter any problems, please file an issue along with a detailed description.
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
Built Distribution
File details
Details for the file traceanalyser-0.0.6.tar.gz
.
File metadata
- Download URL: traceanalyser-0.0.6.tar.gz
- Upload date:
- Size: 4.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d466d64d9cc879bb28d73606a9d7e6259f10ef7d37ec8adf413108d9cb0d6a2e |
|
MD5 | 6553721eb993a235a2951572a7e4c2dc |
|
BLAKE2b-256 | 5a576ced51a8778f16c6621b111fe1725a02fab671c02a123b99cdac66fc8a9e |
File details
Details for the file TraceAnalyser-0.0.6-py3-none-any.whl
.
File metadata
- Download URL: TraceAnalyser-0.0.6-py3-none-any.whl
- Upload date:
- Size: 4.6 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 71cbb91ac41308bde1b8069ab6ff24d3b808b23b4fe03002a1d4bddfaddd7409 |
|
MD5 | ff77c1fae5b8197d4de8149201ca1a76 |
|
BLAKE2b-256 | 887d5ee47fd74068134b541646b75f71af39b66b9ab2b7054582eb58aacc3f38 |