nhejazi / biotmle
Showing 1 of 2 files from the diff.
Other files ignored by Codecov
R/plots.R has changed.

@@ -172,8 +172,12 @@
Loading
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%
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file. The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files. The size and color of each slice is representing the number of statements and the coverage, respectively.
Grid
Each block represents a single file in the project. The size and color of each block is represented by the number of statements and the coverage, respectively.
Loading