Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mito
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mmi
mito
Commits
0e1b21fe
Commit
0e1b21fe
authored
8 years ago
by
Keith Schulze
Browse files
Options
Downloads
Patches
Plain Diff
Change README to markdown
parent
52110ca6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+15
-30
15 additions, 30 deletions
README.md
with
15 additions
and
30 deletions
README.
rst
→
README.
md
+
15
−
30
View file @
0e1b21fe
===============================
mito
===============================
.. https://img.shields.io/pypi/v/mito.svg
:target: https://pypi.python.org/pypi/mito
.. https://img.shields.io/travis/keithschulze/mito.svg
:target: https://travis-ci.org/keithschulze/mito
.. https://readthedocs.org/projects/mito/badge/?version=latest
:target: https://mito.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
====
Tools for analysing mitochondrial distribution in fluoresence microscopy images
...
...
@@ -28,18 +15,16 @@ is quite nested.
Installation
------------
..code-block:: bash
pip install -U numpy
pip install --process-dependency-links -e https://gitlab.erc.monash.edu.au/skeith/mito.git
```
pip install -U numpy
pip install --process-dependency-links -e https://gitlab.erc.monash.edu.au/skeith/mito.git
```
To use the notebook:
..code-block:: bash
pip install -U jupyter
```
pip install -U jupyter
```
Features
--------
...
...
@@ -57,18 +42,18 @@ Full examples showing how to run the analysis are in the `mito_analysis.ipynb` n
Imports:
..code-block::
python
```
python
# For mito analysis functions and routines
from
mito
import
mito
# For plotting functions
from
mito
import
plot
```
Calculate R90%:
..code-block::
python
```
python
import
javabridge
import
bioformats
...
...
@@ -80,13 +65,13 @@ Calculate R90%:
output_dir
=
"
/path/to/output_dir
"
r90
=
process_r90
(
img_path
,
treatment
=
"
Mock
"
,
time
=
"
8h
"
,
output_dir
=
output_dir
)
```
Credits
---------
This package was created with Cookiecutter
_
and the
`
audreyr/cookiecutter-pypackage
`_
project template.
This package was created with
[
Cookiecutter
][
cc
]
and the
[
audreyr/cookiecutter-pypackage
][
aud
]
project template.
.. _Cookiecutter
: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`
: https://github.com/audreyr/cookiecutter-pypackage
[
cc
]
:
https://github.com/audreyr/cookiecutter
[
aud
]
:
https://github.com/audreyr/cookiecutter-pypackage
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment