Skip to content

Commit 7c2fd2d

Browse files
committed
Smal fixed and updates
1 parent fbdb7a6 commit 7c2fd2d

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

man/remove_redundancy-methods.Rd

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/rotate_dimensions-methods.Rd

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/testthat/test-tximeta_GRnges_IRanges.R

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
context('tximeta and Granges')
22

3+
library(tidybulk)
4+
# Load required data
5+
data(tximeta_summarizeToGene_object)
6+
37
test_that("tximeta 1",{
48

59
duplicate = tximeta_summarizeToGene_object[1,]

vignettes/introduction.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -671,8 +671,8 @@ airway |>
671671
pivot_transcript() |>
672672
select(ql__PValue, lr_robust__PValue, voom__P.Value, voom_weights__P.Value, deseq2__pvalue) |>
673673
ggpairs(columns = 1:5, size = 0.5) +
674-
scale_x_continuous(trans = tidybulk::log10_reverse_trans()) +
675-
scale_y_continuous(trans = tidybulk::log10_reverse_trans()) +
674+
scale_y_log10_reverse() +
675+
scale_x_log10_reverse() +
676676
my_theme +
677677
labs(title = "Pairplot of p-values across methods")
678678
```

0 commit comments

Comments
 (0)