• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/H15-Oct-2018-4214

.travis/H15-Oct-2018-2415

doc/H15-Oct-2018-1,059640

installer/H15-Oct-2018-3,4572,789

orangecontrib/H15-Oct-2018-109,643107,055

.coveragercH A D15-Oct-2018364 1715

.gitignoreH A D15-Oct-2018230 2521

.travis.ymlH A D15-Oct-2018802 3428

CHANGELOG.mdH A D15-Oct-20185.1 KiB7157

LICENSEH A D15-Oct-2018756 1612

MANIFEST.inH A D15-Oct-2018451 1612

README.mdH A D15-Oct-2018734 3319

codecov.ymlH A D15-Oct-2018177 1010

conda_environment.ymlH A D15-Oct-2018180 1311

setup.pyH A D15-Oct-20184.5 KiB147104

README.md

1Orange3 Single Cell
2======================
3
4The Single Cell add-on for [Orange3](http://orange.biolab.si) adds functionality for analysis of single cell data.
5
6Installation
7------------
8
9To install the add-on, run
10
11    pip install .
12
13To register this add-on with Orange, but keep the code in the development directory (do not copy it to
14Python's site-packages directory), run
15
16    pip install -e .
17
18Documentation / widget help can be built by running
19
20    make html htmlhelp
21
22from the doc directory.
23
24Usage
25-----
26
27After the installation, the widget from this add-on is registered with Orange. To run Orange from the terminal,
28use
29
30    python -m Orange.canvas
31
32The new widget appears in the toolbox bar under the section Single Cell.
33