Skip to content

Commit f6a632c

Browse files
committed
more instructions
1 parent 8ade8cb commit f6a632c

17 files changed

Lines changed: 20196 additions & 9755 deletions

.DS_Store

6 KB
Binary file not shown.

.idea/.gitignore

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/inspectionProfiles/profiles_settings.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/saibr_python.iml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,30 @@
1-
# SAIBR (python)
1+
# SAIBR (python implementation)
22

33
[![CC BY 4.0][cc-by-shield]][cc-by]
44
[![PyPi version](https://badgen.net/pypi/v/saibr/)](https://pypi.org/project/saibr)
55
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/goehringlab/saibr_python/HEAD?filepath=%2Fscripts/SAIBRdemonstration.ipynb)
66

77

8-
Python implementation of SAIBR
8+
Python implementation of SAIBR: a simple, platform independent protocol for spectral autofluorescence correction
99

10-
## Install instructions
10+
[Paper](https://journals.biologists.com/dev/article/149/14/dev200545/276004/SAIBR-a-simple-platform-independent-method-for)
11+
[FIJI plugin](https://github.com/goehringlab/saibr_fiji_plugin)
1112

12-
pip install saibr
1313

1414
## Tutorial notebook
1515

16-
To launch the interactive tutorial notebook with binder, click the 'launch binder' button above.
16+
Please see the [tutorial notebook](scripts/SAIBRdemonstration.ipynb) for instructions on usage.
17+
18+
To run interactively in the cloud with Binder, click here: [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/goehringlab/saibr_python/HEAD?filepath=%2Fscripts/SAIBRdemonstration.ipynb)
19+
20+
(The notebook may take a few minutes to open)
21+
22+
23+
## Install instructions
24+
25+
To explore further and incorporate into your own analysis pipelines, you can install the package using pip:
26+
27+
pip install saibr
1728

1829
## License
1930

data/.DS_Store

6 KB
Binary file not shown.

data/dataset1/.DS_Store

6 KB
Binary file not shown.

0 commit comments

Comments
 (0)