TODO - Add short description
- Free software: MIT license
- Documentation: https://lynchsyndrome.readthedocs.io.
Existing experiments are found in the lynchsyndrome.experiments
package. You can run them
from the console with code such as:
$ python3 -m lynchsyndrome.experiments.NIHR129713
You can create your own submodules inside lynchsyndrome.experiments
. There is a repository
of suitable parameters and experiment setup code in lynchsyndrome.experiments.common
. Note
that the contents of lynchsyndrome.experiments.common
are subject to change and expected
to evolve with programming best practice and with improving subject knowledge.
- TODO
This package was created with Cookiecutter and the pyOpenSci/cookiecutter-pyopensci project template, based off audreyr/cookiecutter-pypackage.