{ "info": { "author": "Emma Marie Lejeune", "author_email": "emma.lejeune.11@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.6", "Topic :: Scientific/Engineering :: Bio-Informatics" ], "description": "# FM-Track\n\nFM-Track is a feature-based fiducial marker tracking software for applications in cell mechanics.\n\nResearch methods in mechanobiology that involve tracking the deformation of fiducial markers in the vicinity of a cell are increasing in popularity. Here we present a software called FM-Track, a software to facilitate feature-based particle tracking tailored to applications in cell mechanics. FM-Track contains functions for pre-processing images, running fiducial marker tracking, and simple post-processing and visualization. We expect that FM-Track will help researchers in mechanobiology and related fields by providing straightforward and extensible software written in the Python language.\n\nFor a lengthier description, please refer to the [technical overview](technicaloverview.pdf).\n\n## Installation\n\nTo install FM-Track, it is recommended to use Pip within a conda environment. Currently, FM-Track is only compatible with Python <= 3.6. To create a compatible environment, use the following commands:\n\n```\nconda create -n python=3.6 anaconda\nconda activate \nconda install pip\n```\n\nTo install FM-Track, simply use the following command:\n\n```\npip install fm-track\n```\n\nYou can also download the zip file for the repository, unzip the folder, navigate into the folder inside of a bash shell, and run the following command:\n\n```\nsudo python setup.py install\n```\n\n## Usage\n\nFM-Track uses the input_info class to store filepaths for easy IO. To initialize an input_info object, pass your root file path into the initialization function like so:\n\n```Python\ninfo = input_info('/Users//Desktop/data')\n```\n\nIn this example, we will be interacting with data inside of the data folder, located on the Desktop. All of the input and output files will be located in this data directory.\n\nInput_info stores the names of your subdirectories and other tunable parameters. By default, input_info objects are initialized to work with with the sample data provided in the software package (see the Testing section of this document for an example). To change the names of these properties, simply modify the properties of the object like such:\n\n```Python\ninfo.num_feat = 6\n```\n\nTo view all of the properties you can change, simply look inside the [input_info.py](input_info.py) file.\n\n## Testing\n\nTo test FM-Track, it is easiest to run the sofware on the data folder included within the fmtrack directory. You can either download this data from GitHub as a .zip file or copy the folder from your directory. Copy this data directory to an easily accessible testing location. Try running the following code after modifying the \\ to match the path of your data folder.\n\n```Python\nfrom fmtrack.input_info import input_info\nfrom fmtrack.run_tracking_all_steps import run_tracking_all_steps\n\ninfo = input_info('')\nrun_tracking_all_steps(True,True,True,info)\n```\n\n## Built With\n\n* [py-earth](https://github.com/scikit-learn-contrib/py-earth) - Used to compute multivariate adaptive regression splines\n* [scikit-learn](https://scikit-learn.org/stable/) - Used to generate Gaussian Process Regression models\n\n## Versioning\n\nWe use [SemVer](http://semver.org/) for versioning.\n\n## Authors\n\n* Emma Lejeune\n* Alex Khang\n\n## Contributors\n\n* Jake Sansom\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/elejeune11/FM-Track", "keywords": "fiducial marker cell mechanics tracking feature", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "fm-track", "package_url": "https://pypi.org/project/fm-track/", "platform": "", "project_url": "https://pypi.org/project/fm-track/", "project_urls": { "Homepage": "https://github.com/elejeune11/FM-Track" }, "release_url": "https://pypi.org/project/fm-track/1.0.0/", "requires_dist": [ "markdown", "numpy", "matplotlib", "scipy", "sklearn-contrib-py-earth", "scikit-image", "scikit-learn" ], "requires_python": ">=3.0, <=3.6", "summary": "Feature-based fiducial marker tracking software for applications in cell mechanics", "version": "1.0.0" }, "last_serial": 5739762, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "d85e2899932cbf0376ef91ec0afe3fa0", "sha256": "c58203971e7ad435bd317b4c7a399eaec1fa06ebb4c294f93fbc4de12a9b335b" }, "downloads": -1, "filename": "fm_track-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "d85e2899932cbf0376ef91ec0afe3fa0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.0, <=3.6", "size": 17389, "upload_time": "2019-08-27T22:40:24", "url": "https://files.pythonhosted.org/packages/d9/d9/99cd36dd4146ff678fd7f177bd0e18b498924006f33fc9e34daae0431234/fm_track-1.0.0-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d85e2899932cbf0376ef91ec0afe3fa0", "sha256": "c58203971e7ad435bd317b4c7a399eaec1fa06ebb4c294f93fbc4de12a9b335b" }, "downloads": -1, "filename": "fm_track-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "d85e2899932cbf0376ef91ec0afe3fa0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.0, <=3.6", "size": 17389, "upload_time": "2019-08-27T22:40:24", "url": "https://files.pythonhosted.org/packages/d9/d9/99cd36dd4146ff678fd7f177bd0e18b498924006f33fc9e34daae0431234/fm_track-1.0.0-py3-none-any.whl" } ] }