Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

index.html 12 KB

You have to be logged in to leave a comment. Sign In
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
  6. <meta name="generator" content="pdoc 0.7.2" />
  7. <title>src API documentation</title>
  8. <meta name="description" content="Python package for documenting all the functions used in auxilin prediction.
  9. predicting auxilin spikes in clathrin-mediated endocytosis …" />
  10. <link href='https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.min.css' rel='stylesheet'>
  11. <link href='https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/8.0.0/sanitize.min.css' rel='stylesheet'>
  12. <link href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css" rel="stylesheet">
  13. <style>.flex{display:flex !important}body{line-height:1.5em}#content{padding:20px}#sidebar{padding:30px;overflow:hidden}.http-server-breadcrumbs{font-size:130%;margin:0 0 15px 0}#footer{font-size:.75em;padding:5px 30px;border-top:1px solid #ddd;text-align:right}#footer p{margin:0 0 0 1em;display:inline-block}#footer p:last-child{margin-right:30px}h1,h2,h3,h4,h5{font-weight:300}h1{font-size:2.5em;line-height:1.1em}h2{font-size:1.75em;margin:1em 0 .50em 0}h3{font-size:1.4em;margin:25px 0 10px 0}h4{margin:0;font-size:105%}a{color:#058;text-decoration:none;transition:color .3s ease-in-out}a:hover{color:#e82}.title code{font-weight:bold}h2[id^="header-"]{margin-top:2em}.ident{color:#900}pre code{background:#f8f8f8;font-size:.8em;line-height:1.4em}code{background:#f2f2f1;padding:1px 4px;overflow-wrap:break-word}h1 code{background:transparent}pre{background:#f8f8f8;border:0;border-top:1px solid #ccc;border-bottom:1px solid #ccc;margin:1em 0;padding:1ex}#http-server-module-list{display:flex;flex-flow:column}#http-server-module-list div{display:flex}#http-server-module-list dt{min-width:10%}#http-server-module-list p{margin-top:0}.toc ul,#index{list-style-type:none;margin:0;padding:0}#index code{background:transparent}#index h3{border-bottom:1px solid #ddd}#index ul{padding:0}#index h4{font-weight:bold}#index h4 + ul{margin-bottom:.6em}@media (min-width:200ex){#index .two-column{column-count:2}}@media (min-width:300ex){#index .two-column{column-count:3}}dl{margin-bottom:2em}dl dl:last-child{margin-bottom:4em}dd{margin:0 0 1em 3em}#header-classes + dl > dd{margin-bottom:3em}dd dd{margin-left:2em}dd p{margin:10px 0}.name{background:#eee;font-weight:bold;font-size:.85em;padding:5px 10px;display:inline-block;min-width:40%}.name:hover{background:#e0e0e0}.name > span:first-child{white-space:nowrap}.name.class > span:nth-child(2){margin-left:.4em}.inherited{color:#999;border-left:5px solid #eee;padding-left:1em}.inheritance em{font-style:normal;font-weight:bold}.desc h2{font-weight:400;font-size:1.25em}.desc h3{font-size:1em}.desc dt code{background:inherit}.source summary,.git-link-div{color:#666;text-align:right;font-weight:400;font-size:.8em;text-transform:uppercase}.source summary > *{white-space:nowrap;cursor:pointer}.git-link{color:inherit;margin-left:1em}.source pre{max-height:500px;overflow:auto;margin:0}.source pre code{font-size:12px;overflow:visible}.hlist{list-style:none}.hlist li{display:inline}.hlist li:after{content:',\2002'}.hlist li:last-child:after{content:none}.hlist .hlist{display:inline;padding-left:1em}img{max-width:100%}.admonition{padding:.1em .5em;margin-bottom:1em}.admonition-title{font-weight:bold}.admonition.note,.admonition.info,.admonition.important{background:#aef}.admonition.todo,.admonition.versionadded,.admonition.tip,.admonition.hint{background:#dfd}.admonition.warning,.admonition.versionchanged,.admonition.deprecated{background:#fd4}.admonition.error,.admonition.danger,.admonition.caution{background:lightpink}</style>
  14. <style media="screen and (min-width: 700px)">@media screen and (min-width:700px){#sidebar{width:30%}#content{width:70%;max-width:100ch;padding:3em 4em;border-left:1px solid #ddd}pre code{font-size:1em}.item .name{font-size:1em}main{display:flex;flex-direction:row-reverse;justify-content:flex-end}.toc ul ul,#index ul{padding-left:1.5em}.toc > ul > li{margin-top:.5em}}</style>
  15. <style media="print">@media print{#sidebar h1{page-break-before:always}.source{display:none}}@media print{*{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}a[href]:after{content:" (" attr(href) ")";font-size:90%}a[href][title]:after{content:none}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:0.5cm}p,h2,h3{orphans:3;widows:3}h1,h2,h3,h4,h5,h6{page-break-after:avoid}}</style>
  16. </head>
  17. <body>
  18. <main>
  19. <article id="content">
  20. <header>
  21. <h1 class="title">Module <code>src</code></h1>
  22. </header>
  23. <section id="section-intro">
  24. <p>Python package for documenting all the functions used in auxilin prediction.</p>
  25. <h1 id="predicting-auxilin-spikes-in-clathrin-mediated-endocytosis">predicting auxilin spikes in clathrin-mediated endocytosis</h1>
  26. <p><img alt="" src="https://yu-group.github.io/auxilin-prediction/fig_pipeline.jpg"></p>
  27. <h2 id="quickstart-for-making-new-predictions">quickstart for making new predictions</h2>
  28. <ul>
  29. <li>our fully trained model is available in the <a href="models">models</a> folder</li>
  30. </ul>
  31. <h2 id="reproducibility">reproducibility</h2>
  32. <ul>
  33. <li><strong>download data</strong>: download cached data after tracking from <a href="https://drive.google.com/drive/folders/1mh2wn0KLtj90j_rfgPUGEJgMZAEl0Yi7?usp=sharing">this gdrive folder</a> - should be added to the folder <code>data/tracks</code></li>
  34. <li><strong>process data</strong>: run <code>python data.py</code> to properly preprocess all the data (will cache it into the "processed folder")</li>
  35. <li><strong>rerun analysis</strong>: <a href="notebooks">notebooks</a> folder contains step-by-step analysis</li>
  36. <li><strong>tests</strong>: run tests with <code>pytest</code> in the <code>tests</code> folder</li>
  37. </ul>
  38. <h2 id="acknowledgements">acknowledgements</h2>
  39. <ul>
  40. <li>this is a collaboration between the Berkeley <a href="https://www.stat.berkeley.edu/~yugroup/">Yu-Group</a> and the <a href="http://abc.berkeley.edu/">Berkeley Advanced Bioimaging Center</a></li>
  41. <li>uses code from several wonderful packages including <a href="https://github.com/DanuserLab/cmeAnalysis">cmeAnalysis</a> (DanuserLab)</li>
  42. </ul>
  43. <details class="source">
  44. <summary>
  45. <span>Expand source code</span>
  46. </summary>
  47. <pre><code class="python">&#34;&#34;&#34;
  48. Python package for documenting all the functions used in auxilin prediction.
  49. .. include:: ../readme.md
  50. &#34;&#34;&#34;</code></pre>
  51. </details>
  52. </section>
  53. <section>
  54. <h2 class="section-title" id="header-submodules">Sub-modules</h2>
  55. <dl>
  56. <dt><code class="name"><a title="src.analyze_helper" href="analyze_helper.html">src.analyze_helper</a></code></dt>
  57. <dd>
  58. <section class="desc"></section>
  59. </dd>
  60. <dt><code class="name"><a title="src.config" href="config.html">src.config</a></code></dt>
  61. <dd>
  62. <section class="desc"><p>Set configurations for all the raw and processed datasets
  63. Takes in path to raw data, tracks, processed df, and then later interim data</p></section>
  64. </dd>
  65. <dt><code class="name"><a title="src.data" href="data.html">src.data</a></code></dt>
  66. <dd>
  67. <section class="desc"></section>
  68. </dd>
  69. <dt><code class="name"><a title="src.features" href="features.html">src.features</a></code></dt>
  70. <dd>
  71. <section class="desc"></section>
  72. </dd>
  73. <dt><code class="name"><a title="src.interpret" href="interpret.html">src.interpret</a></code></dt>
  74. <dd>
  75. <section class="desc"></section>
  76. </dd>
  77. <dt><code class="name"><a title="src.load_tracking" href="load_tracking.html">src.load_tracking</a></code></dt>
  78. <dd>
  79. <section class="desc"></section>
  80. </dd>
  81. <dt><code class="name"><a title="src.models" href="models.html">src.models</a></code></dt>
  82. <dd>
  83. <section class="desc"></section>
  84. </dd>
  85. <dt><code class="name"><a title="src.neural_networks" href="neural_networks.html">src.neural_networks</a></code></dt>
  86. <dd>
  87. <section class="desc"></section>
  88. </dd>
  89. <dt><code class="name"><a title="src.outcomes" href="outcomes.html">src.outcomes</a></code></dt>
  90. <dd>
  91. <section class="desc"></section>
  92. </dd>
  93. <dt><code class="name"><a title="src.ref" href="ref/index.html">src.ref</a></code></dt>
  94. <dd>
  95. <section class="desc"></section>
  96. </dd>
  97. <dt><code class="name"><a title="src.train" href="train.html">src.train</a></code></dt>
  98. <dd>
  99. <section class="desc"></section>
  100. </dd>
  101. <dt><code class="name"><a title="src.train_reg" href="train_reg.html">src.train_reg</a></code></dt>
  102. <dd>
  103. <section class="desc"></section>
  104. </dd>
  105. <dt><code class="name"><a title="src.trend_filtering" href="trend_filtering.html">src.trend_filtering</a></code></dt>
  106. <dd>
  107. <section class="desc"></section>
  108. </dd>
  109. <dt><code class="name"><a title="src.viz" href="viz.html">src.viz</a></code></dt>
  110. <dd>
  111. <section class="desc"></section>
  112. </dd>
  113. </dl>
  114. </section>
  115. <section>
  116. </section>
  117. <section>
  118. </section>
  119. <section>
  120. </section>
  121. </article>
  122. <nav id="sidebar">
  123. <h1>Index</h1>
  124. <div class="toc">
  125. <ul>
  126. <li><a href="#predicting-auxilin-spikes-in-clathrin-mediated-endocytosis">predicting auxilin spikes in clathrin-mediated endocytosis</a><ul>
  127. <li><a href="#quickstart-for-making-new-predictions">quickstart for making new predictions</a></li>
  128. <li><a href="#reproducibility">reproducibility</a></li>
  129. <li><a href="#acknowledgements">acknowledgements</a></li>
  130. </ul>
  131. </li>
  132. </ul>
  133. </div>
  134. <ul id="index">
  135. <li><h3><a href="#header-submodules">Sub-modules</a></h3>
  136. <ul>
  137. <li><code><a title="src.analyze_helper" href="analyze_helper.html">src.analyze_helper</a></code></li>
  138. <li><code><a title="src.config" href="config.html">src.config</a></code></li>
  139. <li><code><a title="src.data" href="data.html">src.data</a></code></li>
  140. <li><code><a title="src.features" href="features.html">src.features</a></code></li>
  141. <li><code><a title="src.interpret" href="interpret.html">src.interpret</a></code></li>
  142. <li><code><a title="src.load_tracking" href="load_tracking.html">src.load_tracking</a></code></li>
  143. <li><code><a title="src.models" href="models.html">src.models</a></code></li>
  144. <li><code><a title="src.neural_networks" href="neural_networks.html">src.neural_networks</a></code></li>
  145. <li><code><a title="src.outcomes" href="outcomes.html">src.outcomes</a></code></li>
  146. <li><code><a title="src.ref" href="ref/index.html">src.ref</a></code></li>
  147. <li><code><a title="src.train" href="train.html">src.train</a></code></li>
  148. <li><code><a title="src.train_reg" href="train_reg.html">src.train_reg</a></code></li>
  149. <li><code><a title="src.trend_filtering" href="trend_filtering.html">src.trend_filtering</a></code></li>
  150. <li><code><a title="src.viz" href="viz.html">src.viz</a></code></li>
  151. </ul>
  152. </li>
  153. </ul>
  154. </nav>
  155. </main>
  156. <footer id="footer">
  157. <p>Generated by <a href="https://pdoc3.github.io/pdoc"><cite>pdoc</cite> 0.7.2</a>.</p>
  158. </footer>
  159. <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
  160. <script>hljs.initHighlightingOnLoad()</script>
  161. </body>
  162. </html><a href="https://github.com/Yu-Group/auxilin-prediction" class="github-corner" aria-label="View source on GitHub"><svg width="120" height="120" viewBox="0 0 250 250" style="fill:#70B7FD; color:#fff; position: absolute; top: 0; border: 0; right: 0;" aria-hidden="true"><path d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z"></path><path d="M128.3,109.0 C113.8,99.7 119.0,89.6 119.0,89.6 C122.0,82.7 120.5,78.6 120.5,78.6 C119.2,72.0 123.4,76.3 123.4,76.3 C127.3,80.9 125.5,87.3 125.5,87.3 C122.9,97.6 130.6,101.9 134.4,103.2" fill="currentColor" style="transform-origin: 130px 106px;" class="octo-arm"></path><path d="M115.0,115.0 C114.9,115.1 118.7,116.5 119.8,115.4 L133.7,101.6 C136.9,99.2 139.9,98.4 142.2,98.6 C133.8,88.0 127.5,74.4 143.8,58.0 C148.5,53.4 154.0,51.2 159.7,51.0 C160.3,49.4 163.2,43.6 171.4,40.1 C171.4,40.1 176.1,42.5 178.8,56.2 C183.1,58.6 187.2,61.8 190.9,65.4 C194.5,69.0 197.7,73.2 200.1,77.6 C213.8,80.2 216.3,84.9 216.3,84.9 C212.7,93.1 206.9,96.0 205.4,96.6 C205.1,102.4 203.0,107.8 198.3,112.5 C181.9,128.9 168.3,122.5 157.7,114.1 C157.9,116.9 156.7,120.9 152.7,124.9 L141.0,136.5 C139.8,137.7 141.6,141.9 141.8,141.8 Z" fill="currentColor" class="octo-body"></path></svg></a><style>.github-corner:hover .octo-arm{animation:octocat-wave 560ms ease-in-out}@keyframes octocat-wave{0%,100%{transform:rotate(0)}20%,60%{transform:rotate(-25deg)}40%,80%{transform:rotate(10deg)}}@media (max-width:500px){.github-corner:hover .octo-arm{animation:none}.github-corner .octo-arm{animation:octocat-wave 560ms ease-in-out}}</style>
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...