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 file name to clipboardExpand all lines: vignettes/Introduction.Rmd
+4-22Lines changed: 4 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -57,9 +57,9 @@ find_figure <- function(names){
57
57
58
58
<!-- badges: end -->
59
59
60
-
**tidyprint** is an R package that provides multiple printing styles for `SummarizedExperiment` objects. You can choose among:
60
+
**tidyprint** is an R package that provides a centralised tidy display strategy for biological data (e.g. SummarizedExperiment), and centralised messaging styles for the `tidyomics` packages. To facilitate the discussion about data display, we compare here four data diplay:
61
61
62
-
1.**SummarizedExperiment** (default): Standard R/SummarizedExperiment printing style.
62
+
1.**SummarizedExperiment**: Standard R/SummarizedExperiment printing style.
63
63
64
64
2.**tidyprint_1**: Newly designed tibble abstraction, combines styles from **tidySummarizedExperiment** and **plyxp**
65
65
@@ -76,13 +76,13 @@ Depending on your workflow and desired console output, `tidyprint` makes it easy
76
76
You need the \`\` package to install from GitHub. If you don’t have it, install via:
0 commit comments