|
a |
|
b/inst/NEWS |
|
|
1 |
biotmle 1.18.0 (BioC 3.14): |
|
|
2 |
- Forthcoming. |
|
|
3 |
|
|
|
4 |
--- |
|
|
5 |
|
|
|
6 |
biotmle 1.17.0: |
|
|
7 |
- Removal of `future` and `doFuture` for simplification of parallelization. All |
|
|
8 |
control of parallel computation now done through `BiocParallel`. |
|
|
9 |
|
|
|
10 |
--- |
|
|
11 |
|
|
|
12 |
biotmle 1.16.0 (BioC 3.13): |
|
|
13 |
- No significant updates. |
|
|
14 |
|
|
|
15 |
--- |
|
|
16 |
|
|
|
17 |
biotmle 1.15.0: |
|
|
18 |
- No significant updates. |
|
|
19 |
|
|
|
20 |
--- |
|
|
21 |
|
|
|
22 |
biotmle 1.14.0 (BioC 3.12): |
|
|
23 |
- No significant updates. |
|
|
24 |
|
|
|
25 |
--- |
|
|
26 |
biotmle 1.13.0: |
|
|
27 |
- No significant updates. |
|
|
28 |
|
|
|
29 |
--- |
|
|
30 |
|
|
|
31 |
biotmle 1.12.0: |
|
|
32 |
- No significant updates. |
|
|
33 |
|
|
|
34 |
--- |
|
|
35 |
|
|
|
36 |
biotmle 1.11.0 (BioC 3.11): |
|
|
37 |
- Change of estimation backend from the `tmle` package to the `drtmle` package. |
|
|
38 |
- Removal of option to have repeated subjects since unsupported in new backend. |
|
|
39 |
- Adds argument `bppar_debug` to facilitate debugging around parallelization. |
|
|
40 |
|
|
|
41 |
--- |
|
|
42 |
|
|
|
43 |
biotmle 1.10.0 (BioC 3.10): |
|
|
44 |
- No significant updates. |
|
|
45 |
|
|
|
46 |
--- |
|
|
47 |
|
|
|
48 |
biotmle 1.8.0 (BioC 3.9): |
|
|
49 |
- No significant updates. |
|
|
50 |
|
|
|
51 |
--- |
|
|
52 |
|
|
|
53 |
biotmle 1.6.0 (BioC 3.8): |
|
|
54 |
- No significant updates. |
|
|
55 |
|
|
|
56 |
--- |
|
|
57 |
|
|
|
58 |
biotmle 1.4.0 (BioC 3.7): |
|
|
59 |
- An updated release of this package for Bioconductor 3.7, released April 2018. |
|
|
60 |
- This release primarily implements minor changes, including the use of colors |
|
|
61 |
in the plots produced by the visualization methods. |
|
|
62 |
|
|
|
63 |
--- |
|
|
64 |
|
|
|
65 |
biotmle 1.3.0 (BioC 3.6): |
|
|
66 |
- An updated release of this package for Bioconductor 3.6, released in October |
|
|
67 |
2017. |
|
|
68 |
- An option for applying this methodology to next-generation sequencing data has |
|
|
69 |
been added, based on the popular "voom" transform of the limma R package. |
|
|
70 |
- Facilities for parallelized computation have been completely re-implemented: |
|
|
71 |
current routines favor a combination of future and BiocParallel. |
|
|
72 |
- The method for estimating biomarkers based on an observed outcome has been |
|
|
73 |
removed (temporarily). Inference based on this method requires re-thinking. |
|
|
74 |
- A full suite of unit tests have been added, covering most package functions. |
|
|
75 |
|
|
|
76 |
--- |
|
|
77 |
|
|
|
78 |
biotmle 1.0.0 (BioC 3.5): |
|
|
79 |
- The first release of this package was made as part of Bioconductor 3.5, in |
|
|
80 |
2016. |
|
|
81 |
|
|
|
82 |
--- |
|
|
83 |
|
|
|
84 |
The biotmle R package provides routines for statistical methodology first |
|
|
85 |
described in the technical manuscript [1] and the software paper [2]: |
|
|
86 |
|
|
|
87 |
1. Nima S. Hejazi, Sara Kherad-Pajouh, Mark J. van der Laan, Alan E. Hubbard. |
|
|
88 |
Variance stabilization of targeted sstimators of causal parameters in |
|
|
89 |
high-dimensional settings. https://arxiv.org/abs/1710.05451 |
|
|
90 |
|
|
|
91 |
2. Nima S. Hejazi, Weixin Cai, Alan E. Hubbard. biotmle: Targeted Learning for |
|
|
92 |
Biomarker Discovery. The Journal of Open Source Software, 2(15), 2017. |
|
|
93 |
https://dx.doi.org/10.21105/joss.00295 |
|
|
94 |
|