Skip to content

Commit 4e180e3

Browse files
committed
refactor: unify package links format in documentation for consistency
1 parent 2ddd139 commit 4e180e3

File tree

1 file changed

+9
-18
lines changed
  • posts/2025-01-15-introducing-tidyomics-ecosystem

1 file changed

+9
-18
lines changed

posts/2025-01-15-introducing-tidyomics-ecosystem/index.qmd

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,7 @@ With a single call you have a tidy interface ready for spatial, single-cell, bul
150150
### tidyprint
151151
`tidyprint` offers a consistent, user-friendly print method for Bioconductor objects such as `SummarizedExperiment`, `SingleCellExperiment`, and others. It flattens complex S4 objects into tidy tibbles for straightforward inspection, summarization, and reporting—without modifying the underlying data. This approach makes it easy to explore and understand your data at a glance using familiar tidyverse conventions.
152152

153-
**[Bioconductor](https://www.bioconductor.org/packages/release/bioc/html/tidyprint.html)**
154-
**[GitHub](https://github.com/tidyomics/tidyprint)**
153+
**[Bioconductor](https://www.bioconductor.org/packages/release/bioc/html/tidyprint.html)** | **[GitHub](https://github.com/tidyomics/tidyprint)**
155154

156155
## Transcriptomics Packages
157156

@@ -160,26 +159,22 @@ Each tidyomics package tackles a real-world analytical challenge. Bulk RNA-seq
160159
### tidySummarizedExperiment
161160
The tidy interface for `SummarizedExperiment` objects, enabling tidyverse operations on bulk RNA-seq data.
162161

163-
**[Bioconductor](https://www.bioconductor.org/packages/release/bioc/html/tidySummarizedExperiment.html)**
164-
**[GitHub](https://github.com/tidyomics/tidySummarizedExperiment)**
162+
**[Bioconductor](https://www.bioconductor.org/packages/release/bioc/html/tidySummarizedExperiment.html)** | **[GitHub](https://github.com/tidyomics/tidySummarizedExperiment)**
165163

166164
### tidySingleCellExperiment
167165
Single-cell experiments often contain millions of cells and dozens of matrices. `tidySingleCellExperiment` flattens this complexity so you can focus on the biology instead of the bookkeeping.
168166

169-
**[Bioconductor](https://www.bioconductor.org/packages/release/bioc/html/tidySingleCellExperiment.html)**
170-
**[GitHub](https://github.com/tidyomics/tidySingleCellExperiment)**
167+
**[Bioconductor](https://www.bioconductor.org/packages/release/bioc/html/tidySingleCellExperiment.html)** | **[GitHub](https://github.com/tidyomics/tidySingleCellExperiment)**
171168

172169
### tidyseurat
173170
For Seurat users, `tidyseurat` adds the missing tidyverse layer without forcing you to abandon familiar Seurat functions.
174171

175-
**[Bioconductor](https://www.bioconductor.org/packages/release/bioc/html/tidyseurat.html)**
176-
**[GitHub](https://github.com/stemangiola/tidyseurat)**
172+
**[CRAN](https://cran.r-project.org/web/packages/tidyseurat/index.html)** | **[GitHub](https://github.com/stemangiola/tidyseurat)**
177173

178174
### tidySpatialExperiment
179175
Spatial transcriptomics combines gene expression with tissue geography. `tidySpatialExperiment` brings the tidy philosophy to `SpatialExperiment` objects so you can transform, visualise and model spatial spots with the same verbs you already use for bulk and single-cell data.
180176

181-
**[Bioconductor](https://www.bioconductor.org/packages/release/bioc/html/tidySpatialExperiment.html)**
182-
**[GitHub](https://github.com/william-hutchison/tidySpatialExperiment)**
177+
**[Bioconductor](https://www.bioconductor.org/packages/release/bioc/html/tidySpatialExperiment.html)** | **[GitHub](https://github.com/william-hutchison/tidySpatialExperiment)**
183178

184179
## Genomics Packages
185180

@@ -188,14 +183,12 @@ Genomic ranges represent locations along chromosomes—think of them as the geog
188183
### plyranges
189184
A tidy interface for genomic ranges data, providing a grammar of genomic data manipulation.
190185

191-
**[Bioconductor](https://www.bioconductor.org/packages/release/bioc/html/plyranges.html)**
192-
**[GitHub](https://github.com/tidyomics/plyranges)**
186+
**[Bioconductor](https://www.bioconductor.org/packages/release/bioc/html/plyranges.html)** | **[GitHub](https://github.com/tidyomics/plyranges)**
193187

194188
### plyinteractions
195189
A tidy interface for genomic interaction data, enabling analysis of chromatin interactions.
196190

197-
**[Bioconductor](https://www.bioconductor.org/packages/release/bioc/html/plyinteractions.html)**
198-
**[GitHub](https://github.com/tidyomics/plyinteractions)**
191+
**[Bioconductor](https://www.bioconductor.org/packages/release/bioc/html/plyinteractions.html)** | **[GitHub](https://github.com/tidyomics/plyinteractions)**
199192

200193
## Analysis Packages (non-core packages)
201194

@@ -204,14 +197,12 @@ The core adapters above focus on **data representation**; the packages below pro
204197
### tidybulk
205198
A tidy framework for modular transcriptomic data analysis, `tidybulk` streamlines bulk RNA-seq workflows by integrating differential expression, batch correction, and gene set enrichment into a consistent, pipe-friendly grammar. It enables users to perform complex analyses with simple, readable code, leveraging tidyverse principles for reproducibility and clarity.
206199

207-
**Bioconductor**: <https://www.bioconductor.org/packages/release/bioc/html/tidybulk.html>
208-
**GitHub**: <https://github.com/stemangiola/tidybulk>
200+
**[Bioconductor](https://www.bioconductor.org/packages/release/bioc/html/tidybulk.html)** | **[GitHub](https://github.com/stemangiola/tidybulk)**
209201

210202
### nullranges
211203
A tidy interface for statistical null range generation and overlap analysis in genomics. `nullranges` enables users to create matched sets of genomic ranges for robust enrichment testing, supporting reproducible and flexible workflows for tasks such as permutation-based significance assessment and background modeling.
212204

213-
**Bioconductor**: <https://www.bioconductor.org/packages/release/bioc/html/nullranges.html>
214-
**GitHub**: <https://github.com/nullranges>
205+
**[Bioconductor](https://www.bioconductor.org/packages/release/bioc/html/nullranges.html)** | **[GitHub](https://github.com/nullranges)**
215206

216207
# Publications
217208

0 commit comments

Comments
 (0)