R/biotmle.R
changed.
Other files ignored by Codecov
R/plots.R
has changed.
172 | 172 | ||
173 | 173 | biotmle@ateOut <- as.numeric(biomarkertmle_params) |
|
174 | 174 | if (!ngscounts) { |
|
175 | - | biotmle@tmleOut <- tibble::as_tibble(t(as.matrix(biomarkertmle_eifs)), |
|
176 | - | .name_repair = "minimal") |
|
175 | + | biomarker_eifs <- t(as.matrix(biomarkertmle_eifs)) |
|
176 | + | colnames(biomarker_eifs) <- colnames(se) |
|
177 | + | biotmle@tmleOut <- tibble::as_tibble( |
|
178 | + | biomarker_eifs, |
|
179 | + | .name_repair = "minimal" |
|
180 | + | ) |
|
177 | 181 | } else { |
|
178 | 182 | voom_out$E <- t(as.matrix(biomarkertmle_eifs)) |
|
179 | 183 | biotmle@tmleOut <- voom_out |
Files | Coverage |
---|---|
R | 78.40% |
Project Totals (4 files) | 78.40% |
1 |
comment: false |