Modify the underlying SummarizedExperiment object with a function.
Examples
plyxp(se_simple, function(x) x)
#> # A SummarizedExperiment-tibble Abstraction: 5 × 4
#> .features .samples | counts logcounts | gene length direction | sample
#> <chr> <chr> | <int> <dbl> | <chr> <int> <chr> | <chr>
#> 1 row_1 col_1 | 14 2.64 | g1 1 - | s1
#> 2 row_2 col_1 | 19 2.94 | g2 24 + | s1
#> 3 row_3 col_1 | 16 2.77 | g3 60 + | s1
#> 4 row_4 col_1 | 11 2.40 | g4 39 - | s1
#> 5 row_5 col_1 | 18 2.89 | g5 37 + | s1
#> … … … … … … … … …
#> n-4 row_1 col_4 | 9 2.20 | g1 1 - | s4
#> n-3 row_2 col_4 | 4 1.39 | g2 24 + | s4
#> n-2 row_3 col_4 | 20 3.00 | g3 60 + | s4
#> n-1 row_4 col_4 | 3 1.10 | g4 39 - | s4
#> n row_5 col_4 | 5 1.61 | g5 37 + | s4
#> # ℹ n = 20
#> # ℹ 1 more variable: condition <chr>