-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsoftware.html
More file actions
413 lines (267 loc) · 14.6 KB
/
Copy pathsoftware.html
File metadata and controls
413 lines (267 loc) · 14.6 KB
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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>software | Statistical Diversity Lab</title>
<meta name="description" lang="en-us" content="" />
<link rel="canon_test" href="software.html">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<script src="javascripts/jquery-1.11.0.min.js%3F1391410894" type="text/javascript"></script>
<script src="javascripts/jquery.simplemodal.1.4.4.min.js%3F1387826925" type="text/javascript"></script>
<script src="javascripts/jquery-ui-1.10.3.custom.min.js%3F1388181381" type="text/javascript"></script>
<script type="text/javascript">
/* patch added 9/18/2018 by scott
* fix issue of link editing when ckeditor is opened in lightbox mode
* https://bizango.teamwork.com/#/tasks/11559149
*/
$.widget( "ui.dialog", $.ui.dialog, {
/*! jQuery UI - v1.10.2 - 2013-12-12
* http://bugs.jqueryui.com/ticket/9087#comment:27 - bugfix
* http://bugs.jqueryui.com/ticket/4727#comment:23 - bugfix
* allowInteraction fix to accommodate windowed editors
*/
_allowInteraction: function( event ) {
if ( this._super( event ) ) {
return true;
}
// address interaction issues with general iframes with the dialog
if ( event.target.ownerDocument != this.document[ 0 ] ) {
return true;
}
// address interaction issues with dialog window
if ( $( event.target ).closest( ".cke_dialog" ).length ) {
return true;
}
// address interaction issues with iframe based drop downs in IE
if ( $( event.target ).closest( ".cke" ).length ) {
return true;
}
},
/*! jQuery UI - v1.10.2 - 2013-10-28
* http://dev.ckeditor.com/ticket/10269 - bugfix
* moveToTop fix to accommodate windowed editors
*/
_moveToTop: function ( event, silent ) {
if ( !event || !this.options.modal ) {
this._super( event, silent );
}
}
});
</script>
<link href="https://fonts.googleapis.com/css?family=Exo+2:300,400,500,600,700" rel="stylesheet">
<link href="stylesheets/blocks/defaults.css%3F1694197450.css" media="screen" rel="stylesheet" type="text/css" />
<link href="stylesheets/sdi/site.css%3F1539372687.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body id="body_software" class=" body_nothome ">
<div id="hero_frame" class="userBG tAr" >
<div class="page_frame group">
<a id="logo" href="index.html"></a>
<div id="utility_nav">
<img src="images/sites/sdi/headeremail.png" class="this">
<a href="tel:206.543.8027"><span class="icon-phone"></span>206.543.8027</a>
<a href="https://twitter.com/AmyDWillis" target="_BLANK" class="twitt"><span class="icon-twitter"></span></a>
<a href="https://github.com/adw96" target="_BLANK" class="git"><span class="icon-github"></span></a>
</div>
<div id="nav_frame">
<div id="nav">
<ul class="nav">
<li><a id="nav_publications" rel="publications" href="publications.html">publications</a></li>
<li><a id="nav_team" rel="team" href="team.html">team</a></li>
<li><a id="nav_software" rel="software" href="software.html">software</a></li>
<li><a id="nav_teaching" rel="teaching" href="teaching.html">teaching</a></li>
<li><a id="nav_blog" rel="blog" href="https://statdivlab.github.io/blog/">blog</a></li>
<li><a id="nav_overview" rel="overview" href="overview.html">research overview</a></li>
</ul>
</div>
<div id="mobile_nav">
<div class="icon">Menu ≡</div>
<ul class="nav">
<li><a id="nav_home" rel="home" href="index.html">home</a></li>
<li><a id="nav_publications" rel="publications" href="publications.html">publications</a></li>
<li><a id="nav_team" rel="team" href="team.html">team</a></li>
<li><a id="nav_software" rel="software" href="software.html">software</a></li>
<li><a id="nav_teaching" rel="teaching" href="teaching.html">teaching</a></li>
<li><a id="nav_blog" rel="blog" href="https://statdivlab.github.io/blog/">blog</a></li>
<li><a id="nav_overview" rel="overview" href="overview.html">research overview</a></li>
</ul>
</div>
<div class="rule"></div>
</div>
</div>
</div>
<div class="titlebar">
<div class="page_frame">
<div class="fourteen-col center tAc">
<div class="bizango_cms bizango_cms_content bizango_content_prose textdiv_prose" id="content_151421_prose" data-bizango='{"monkey":"data", "field":"prose", "object_type":"content", "cms_id":"151421", "label":"" , "tag":"div"}' >
<h2>software</h2>
<p>statistical diversity lab</p>
</div>
</div>
</div>
</div>
<div style="text-align: center; font-family: inherit; font-size: inherit;">
<p></p>
<p>We are not very good at updating our website. We much prefer working on our projects and software!</p>
<p>That said, you can see what we've been working on lately on <a href="https://github.com/statdivlab/" target="_blank">GitHub</a> and <a href="https://scholar.google.com/citations?hl=en&user=pFlAtDsAAAAJ&view_op=list_works&sortby=pubdate" target="_blank">Google Scholar</a>.</p>
<p>Below you can find an incomplete list of our open-source source.</p>
<p>================================================================================================================</p>
</div>
<div data-sortable="151421">
<div style="text-align: center;">
<!-- <input type="text" style="width: 50%;"> -->
</div>
<div class="block_container " data-content-id="218182">
<div class="block__bg-img block_container__bg-img" style="display:none;"></div>
<div id="218182" class="block block_id-218182 block_type__2-col-github-single-row block_type__2-col-github">
<div class="page_frame">
<div class="row group">
<div class="col-1 fl">
<img src="images/logos/rademu.png" class="illustration" style = "width: 70%; height: auto">
<a href="https://github.com/statdivlab/radEmu
" class="button"><span class="icon-github"></span>
github
</a>
</div>
<div class="col-2 fl group">
<div class="bizango_cms bizango_cms_content bizango_content_prose textdiv_prose" id="content_218182_prose" data-bizango='{"monkey":"data", "field":"prose", "object_type":"content", "cms_id":"218182", "label":"" , "tag":"div"}' >
<p><code>radEmu</code> estimates changes in the abundance of microbial taxa using high-throughput sequencing data. <code>radEmu</code> makes reasonable and empirically validated assumptions to estimate changes in the "absolute abundance" of taxa, where "absolute abundance" could be interpreted on the cell count, cell concentration or DNA concentration scale. Yes! From high-throughput sequencing data! It's true!</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="218182" class="block block_id-218182 block_type__2-col-github-single-row block_type__2-col-github">
<div class="page_frame">
<div class="row group">
<div class="col-1 fl">
<img src="https://s3.amazonaws.com/hoth.bizango/images/736236/breakaway_sidebar.png" class="illustration" >
<a href="https://github.com/adw96/breakaway
" class="button"><span class="icon-github"></span>
github
</a>
</div>
<div class="col-2 fl group">
<div class="bizango_cms bizango_cms_content bizango_content_prose textdiv_prose" id="content_218182_prose" data-bizango='{"monkey":"data", "field":"prose", "object_type":"content", "cms_id":"218182", "label":"" , "tag":"div"}' >
<p><code>breakaway</code> is the premier package for statistical analysis of taxonomic richness. <code>breakaway</code> implements a wide variety of estimates of taxonomic richness, as well as methods for modeling diversity is a function of covariates.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="block_container " data-content-id="218181">
<div class="block__bg-img block_container__bg-img" style="display:none;"></div>
<div id="218181" class="block block_id-218181 block_type__2-col-github-single-row block_type__2-col-github">
<div class="page_frame">
<div class="row group">
<div class="col-1 fl">
<img src="https://s3.amazonaws.com/hoth.bizango/images/736264/corncob-website_sidebar.png" class="illustration" >
<a href="https://github.com/bryandmartin/corncob/
" class="button"><span class="icon-github"></span>
github
</a>
</div>
<div class="col-2 fl group">
<div class="bizango_cms bizango_cms_content bizango_content_prose textdiv_prose" id="content_218181_prose" data-bizango='{"monkey":"data", "field":"prose", "object_type":"content", "cms_id":"218181", "label":"" , "tag":"div"}' >
<p><code>corncob</code> is an <code>R</code> package for modeling relative abundance and testing hypotheses about the effect of covariates on relative abundance. The <code>corncob</code> methodology was specifically developed for modelling microbial abundances based on high throughput sequencing data, such as 16S or whole-genome sequencing. Check out <a href="https://projecteuclid.org/euclid.aoas/1587002666">the paper</a> for more details.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="block_container " data-content-id="218180">
<div class="block__bg-img block_container__bg-img" style="display:none;"></div>
<div id="218180" class="block block_id-218180 block_type__2-col-github-single-row block_type__2-col-github">
<div class="page_frame">
<div class="row group">
<div class="col-1 fl">
<img src="https://s3.amazonaws.com/hoth.bizango/images/736285/paramedic-smaller_sidebar.png" class="illustration" >
<a href="https://github.com/statdivlab/paramedic/" class="button"><span class="icon-github"></span>
github
</a>
</div>
<div class="col-2 fl group">
<div class="bizango_cms bizango_cms_content bizango_content_prose textdiv_prose" id="content_218180_prose" data-bizango='{"monkey":"data", "field":"prose", "object_type":"content", "cms_id":"218180", "label":"" , "tag":"div"}' >
<p><code>paramedic</code> is a R package for estimating microbial concentration. <code>paramedic</code> uses information from 16S count data (compositional data on all taxa) and absolute data on a subset of taxa (e.g., qPCR or flow cytometry) to estimate the absolute abundance of all taxa. The method accounts for differing taxon detection efficiencies between the two methods, and produces prediction and confidence intervals as well as point estimates of the absolute abundance of all taxa. Check out <a href="https://www.biorxiv.org/content/10.1101/761486v1">the preprint</a> for more details.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="block_container " data-content-id="218183">
<div class="block__bg-img block_container__bg-img" style="display:none;"></div>
<div id="218183" class="block block_id-218183 block_type__2-col-github-single-row block_type__2-col-github">
<div class="page_frame">
<div class="row group">
<div class="col-1 fl">
<img src="https://s3.amazonaws.com/hoth.bizango/images/736243/divnet_sidebar.png" class="illustration" >
<a href="https://github.com/adw96/DivNet
" class="button"><span class="icon-github"></span>
github
</a>
</div>
<div class="col-2 fl group">
<div class="bizango_cms bizango_cms_content bizango_content_prose textdiv_prose" id="content_218183_prose" data-bizango='{"monkey":"data", "field":"prose", "object_type":"content", "cms_id":"218183", "label":"" , "tag":"div"}' >
<p><font face="monospace">DivNet</font> is an <code>R</code> package for estimating alpha and beta diversity in ecological communities, including the Shannon, Simpson, Bray-Curtis, and Euclidean indices. Unlike other methods, DivNet utilizes covariate and replicate information ("metadata") and models taxa in the ecosystem interacting and co-occuring. Check out <a href="https://academic.oup.com/biostatistics/advance-article-abstract/doi/10.1093/biostatistics/kxaa015/5841114">the paper</a> for more details.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="topfoot" class="userBG" style="background-image:url('https://s3.amazonaws.com/hoth.bizango/images/362955/footerbg_feature.jpg')">
<img src="images/sites/sdi/lucyintheskywith.png" class="dia">
<div class="page_frame group">
<a href="index.html" class="footlog"><img src="images/sites/sdi/logo.png"></a>
<div class="fl">
<div class="links">
<a id="" rel="publications" href="publications.html">publications</a>
<a id="" rel="team" href="team.html">team</a>
<a id="" rel="software" href="software.html">software</a>
<a id="" rel="teaching" href="teaching.html">teaching</a>
<a id="" rel="blog" href="https://statdivlab.github.io/blog/">blog</a>
<a id="" rel="overview" href="overview.html">research overview</a>
<div class="rule"></div>
</div>
<div class="utes">
<a href="https://twitter.com/AmyDWillis" target="_BLANK" class="twitt"><span class="icon-twitter"></span></a>
<a href="https://github.com/adw96" target="_BLANK" class="git"><span class="icon-github"></span></a>
<img src="images/sites/sdi/footeremail.png" class="this">
<a href="tel:206.543.8027"><span class="icon-phone"></span>206.543.8027</a>
<span class="loc"><span class="icon-location fl"></span>
<div class="bizango_cms bizango_cms_content bizango_content_prose textdiv_prose" id="content_151418_prose" data-bizango='{"monkey":"data", "field":"prose", "object_type":"content", "cms_id":"151418", "label":"" , "tag":"div"}' >
<p>Department of Biostatistics<br />
F-657, Box 357232<br />
Health Sciences Building, 1959 NE Pacific St<br />
University of Washington, Seattle, WA 98195</p>
</div>
</span>
</div>
</div>
</div>
<div id="footer">
<div class="page_frame tAc">
© 2023 statistical diversity lab
</div>
</div>
</div>
<div id="bottom_foot">
<div class="page_frame tAc">
<a id="bizango" href="https://www.bizango.com" title="Website Design" target=_NEW>Website Design</a>
</div>
</div>
<script type="text/javascript">
$(document).ready(function() {
$("#mobile_nav .nav").hide();
$("#mobile_nav").click(function() {
$("#mobile_nav .nav").toggle();
});
$("#nav_software").addClass("current")
});
</script>
</body>
</html>