forked from TheoryInPractice/toboggan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CITATION
58 lines (46 loc) · 2.06 KB
/
CITATION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
*********
Citations
*********
Software Citation
=================
If you use the Toboggan software, you must cite:
K. Kloster, P. Kuinke, M.P. O'Brien, F. Reidl, F. Sanchez Villaamil,
B.D. Sullivan, and A. van der Poel. (2017)
Toboggan: Version 1.0. Zenodo. 10.5281/zenodo.821634
..code-block::tex
@misc{Toboggan_v1.0,
author = {Kyle Kloster and
Philipp Kuinke and
Michael P. O'Brien and
Felix Reidl and
Fernando Sanchez Villaamil and
Blair D. Sullivan and
Andrew van der Poel},
title = {Toboggan: Version 1.0},
month = jun,
year = 2017,
doi = {10.5281/zenodo.821634},
url = {http://dx.doi.org/10.5281/zenodo.821634}
}
If you use any of our published algorithms or heuristics you should *also*
cite the relevant paper(s) as directed below.
===========================================================
The methods in lib:toboggan (which are used in the main pipeline :program:`toboggan.py`) implement the fpt flow decomposition algorithm described in:
K. Kloster, P. Kuinke, M.P. O'Brien, F. Reidl, F. Sanchez Villaamil, B.D. Sullivan, and A. van der Poel. (2017)
A practical fpt algorithm for Flow Decomposition and transcript assembly.
ArXiv:1706.07851. 2017.
.. code-block:: tex
@article{toboggan2017,
author = {
Kyle Kloster and
Philipp Kuinke and
Michael P. O'Brien and
Felix Reidl and
Fernando Sanchez Villaamil and
Blair D. Sullivan and
Andrew van der Poel},
title = {A practical fpt algorithm for Flow Decomposition and transcript assembly},
volume = {abs/1706.07851},
year = {2017},
url = {https://arxiv.org/abs/1706.07851},
}