You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
copy the workflows directory from sccomp repository for github action
Please create a print(design = "alternative_1") where you have
The header from this
> print(se0, design="tidySummarizedExperiment")
# A SummarizedExperiment-tibble abstraction: 1,200 × 4# Features=200 | Samples=6 | Assays=counts.feature.samplecountsTreatment<chr><chr><dbl><chr>11A9.83ChIP22A9.78ChIP33A9.40ChIP44A9.16ChIP55A7.73ChIP66A9.15ChIP77A9.83ChIP88A9.55ChIP99A9.42ChIP1010A9.74ChIP# ℹ 40 more rows# ℹ Use `print(n = ...)` to see more rows
and the vertical separation lines from this
> print(se0, design="plyrxp")
# A SummarizedExperiment-tibble Abstraction: 200 × 6.features.samples|counts||Treatment<int><chr>|<dbl>||<chr>11A|9.83||ChIP22A|9.78||ChIP33A|9.40||ChIP44A|9.16||ChIP55A|7.73||ChIP
… … … … …
n-4196F|8.42||Inputn-3197F|8.85||Inputn-2198F|9.45||Inputn-1199F|9.58||Inputn200F|8.64||Input# ℹ n = 1,200
The text was updated successfully, but these errors were encountered:
plyrxp
in tidyprinthttps://github.com/jtlandis/plyxp/
sccomp
repository for github actionThe header from this
and the vertical separation lines from this
The text was updated successfully, but these errors were encountered: