Skip to content

Commit

Permalink
Update vignettes
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy Keyes committed Aug 25, 2024
1 parent f94e11a commit cd770dc
Show file tree
Hide file tree
Showing 13 changed files with 30 additions and 14 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: tidytof
Title: Analyze High-dimensional Cytometry Data Using Tidy Data Principles
Version: 0.99.7
Version: 0.99.8
Authors@R:
c(person(given = "Timothy",
family = "Keyes",
Expand Down
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# tidytof 0.99.8

NEW FEATURES

* Vignette bug fixes.

SIGNIFICANT USER-VISIBLE CHANGES

* None

# tidytof 0.99.7

NEW FEATURES
Expand Down
2 changes: 1 addition & 1 deletion vignettes/clustering.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: >
Read this vignette to learn how to identify clusters of cells with shared
phenotypic characteristics using {tidytof}.
vignette: >
%\VignetteIndexEntry{Clustering and metaclustering}
%\VignetteIndexEntry{07. Clustering and metaclustering}
%\VignetteEngine{knitr::knitr}
%\VignetteEncoding{UTF-8}
---
Expand Down
2 changes: 1 addition & 1 deletion vignettes/contributing-to-tidytof.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ output: rmarkdown::html_vignette
description: >
Read this vignette to learn how to contribute code of your own to {tidytof}.
vignette: >
%\VignetteIndexEntry{How to contribute code}
%\VignetteIndexEntry{11. How to contribute code}
%\VignetteEngine{knitr::knitr}
%\VignetteEncoding{UTF-8}
---
Expand Down
2 changes: 1 addition & 1 deletion vignettes/differential-discovery-analysis.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: >
expression across experimental/clinical variables using various statistical
tools.
vignette: >
%\VignetteIndexEntry{Differential discovery analysis}
%\VignetteIndexEntry{08. Differential discovery analysis}
%\VignetteEngine{knitr::knitr}
%\VignetteEncoding{UTF-8}
---
Expand Down
2 changes: 1 addition & 1 deletion vignettes/dimensionality-reduction.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: >
Read this vignette to learn how visualize single-cell phenotypes in
low-dimensional space using dimensionality reduction algorithms (PCA, UMAP, tSNE)
vignette: >
%\VignetteIndexEntry{Dimensionality reduction}
%\VignetteIndexEntry{06. Dimensionality reduction}
%\VignetteEngine{knitr::knitr}
%\VignetteEncoding{UTF-8}
---
Expand Down
2 changes: 1 addition & 1 deletion vignettes/downsampling.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: >
dataset to a smaller
number of cells using {tidytof}.
vignette: >
%\VignetteIndexEntry{Downsampling}
%\VignetteIndexEntry{05. Downsampling}
%\VignetteEngine{knitr::knitr}
%\VignetteEncoding{UTF-8}
---
Expand Down
2 changes: 1 addition & 1 deletion vignettes/feature-extraction.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: >
Read this vignette to learn how to compute summary statistics like cluster
abundance and cluster marker expression using {tidytof}
vignette: >
%\VignetteIndexEntry{Feature extraction}
%\VignetteIndexEntry{09. Feature extraction}
%\VignetteEngine{knitr::knitr}
%\VignetteEncoding{UTF-8}
---
Expand Down
2 changes: 1 addition & 1 deletion vignettes/modeling.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: >
Read this vignette to learn how to compute summary statistics like cluster
abundance and cluster marker expression using {tidytof}
vignette: >
%\VignetteIndexEntry{Modeling}
%\VignetteIndexEntry{10. Modeling}
%\VignetteEngine{knitr::knitr}
%\VignetteEncoding{UTF-8}
---
Expand Down
2 changes: 1 addition & 1 deletion vignettes/preprocessing.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: >
Read this vignette to learn how to clean and preprocess CyTOF data using
{tidytof}.
vignette: >
%\VignetteIndexEntry{Preprocessing}
%\VignetteIndexEntry{04. Preprocessing}
%\VignetteEngine{knitr::knitr}
%\VignetteEncoding{UTF-8}
---
Expand Down
2 changes: 1 addition & 1 deletion vignettes/quality-control.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: >
Read this vignette to learn how to perform basic quality control analyses on
high-dimensional cytometry data with {tidytof}.
vignette: >
%\VignetteIndexEntry{Quality control}
%\VignetteIndexEntry{03. Quality control}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---
Expand Down
2 changes: 1 addition & 1 deletion vignettes/reading-and-writing-data.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: >
Read this vignette to learn how to read data from FCS and CSV files
on disk and how to write data to FCS and CSV files on disk.
vignette: >
%\VignetteIndexEntry{Reading and writing data}
%\VignetteIndexEntry{02. Reading and writing data}
%\VignetteEngine{knitr::knitr}
%\VignetteEncoding{UTF-8}
---
Expand Down
12 changes: 9 additions & 3 deletions vignettes/tidytof.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: >
learn about tidytof's basic design schema, its main capabilities,
and where to find more information.
vignette: >
%\VignetteIndexEntry{Getting started with tidytof}
%\VignetteIndexEntry{01. Getting started with tidytof}
%\VignetteEngine{knitr::knitr}
%\VignetteEncoding{UTF-8}
---
Expand Down Expand Up @@ -171,11 +171,17 @@ Finally, it means that `{tidytof}` is optimized first for ease-of-use, then for

# Where to go next

`{tidytof}` includes multiple vignettes that cover different components of the prototypical high-dimensional cytometry data analysis pipeline. To learn the basics, we recommend visiting the vignettes in the following order to start with smalle (cell-level) operations and work your way up to larger (cluster- and sample-level) operations:
`{tidytof}` includes multiple vignettes that cover different components of the prototypical high-dimensional cytometry data analysis pipeline. You can access these vignettes by running the following:

```{r, eval = FALSE}
browseVignettes(package = "tidytof")
```

To learn the basics, we recommend visiting the vignettes in the following order to start with smalle (cell-level) operations and work your way up to larger (cluster- and sample-level) operations:

* Reading and writing data
* Preprocessing
* Quality control
* Preprocessing
* Downsampling
* Dimensionality reduction
* Clustering and metaclustering
Expand Down

0 comments on commit cd770dc

Please sign in to comment.