diff --git a/articles/clustering.html b/articles/clustering.html index d1c8ec1..e0b439e 100644 --- a/articles/clustering.html +++ b/articles/clustering.html @@ -96,7 +96,7 @@
vignettes/clustering.Rmd
clustering.Rmd
vignettes/differential-discovery-analysis.Rmd
differential-discovery-analysis.Rmd
vignettes/dimensionality-reduction.Rmd
dimensionality-reduction.Rmd
By default, tof_reduce_dimensions
will add
reduced-dimension feature embeddings to the input tof_tbl
and return the augmented tof_tbl
(that is, a
@@ -159,18 +159,18 @@
Changing the method
argument results in different
low-dimensional embeddings:
phenograph_data |>
tof_reduce_dimensions(method = "umap", augment = FALSE)
#> # A tibble: 3,000 × 2
-#> .umap1 .umap2
-#> <dbl> <dbl>
-#> 1 -10.4 4.32
-#> 2 -9.51 3.42
-#> 3 -8.27 0.695
-#> 4 -6.87 -0.268
-#> 5 -10.6 4.13
-#> 6 0.129 -4.19
-#> 7 -10.7 3.77
-#> 8 -8.40 -0.172
-#> 9 -6.22 0.175
-#> 10 -9.22 5.39
+#> .umap1 .umap2
+#> <dbl> <dbl>
+#> 1 -9.77 4.05
+#> 2 -8.71 3.49
+#> 3 -7.10 2.62
+#> 4 -2.22 -2.59
+#> 5 -9.86 3.80
+#> 6 0.174 -3.20
+#> 7 -9.85 3.23
+#> 8 -1.38 -1.78
+#> 9 -6.17 1.24
+#> 10 -8.62 5.78
#> # ℹ 2,990 more rows
phenograph_data |>
diff --git a/articles/dimensionality-reduction_files/figure-html/unnamed-chunk-7-1.png b/articles/dimensionality-reduction_files/figure-html/unnamed-chunk-7-1.png
index c924abd..7d2be6f 100644
Binary files a/articles/dimensionality-reduction_files/figure-html/unnamed-chunk-7-1.png and b/articles/dimensionality-reduction_files/figure-html/unnamed-chunk-7-1.png differ
diff --git a/articles/dimensionality-reduction_files/figure-html/unnamed-chunk-7-2.png b/articles/dimensionality-reduction_files/figure-html/unnamed-chunk-7-2.png
index 9d0f212..c122719 100644
Binary files a/articles/dimensionality-reduction_files/figure-html/unnamed-chunk-7-2.png and b/articles/dimensionality-reduction_files/figure-html/unnamed-chunk-7-2.png differ
diff --git a/articles/downsampling.html b/articles/downsampling.html
index 284e7bd..5fbd53f 100644
--- a/articles/downsampling.html
+++ b/articles/downsampling.html
@@ -96,7 +96,7 @@ Sample-level operations
Timothy
Keyes
- 2024-03-25
+ 2024-03-26
Source: vignettes/downsampling.Rmd
downsampling.Rmd
diff --git a/articles/feature-extraction.html b/articles/feature-extraction.html
index 92683dd..e638b77 100644
--- a/articles/feature-extraction.html
+++ b/articles/feature-extraction.html
@@ -96,7 +96,7 @@ Sample-level operations
Timothy
Keyes
- 2024-03-25
+ 2024-03-26
Source: vignettes/feature-extraction.Rmd
feature-extraction.Rmd
diff --git a/articles/modeling.html b/articles/modeling.html
index 9b715cf..e924067 100644
--- a/articles/modeling.html
+++ b/articles/modeling.html
@@ -96,7 +96,7 @@ Sample-level operations
Timothy
Keyes
- 2024-03-25
+ 2024-03-26
Source: vignettes/modeling.Rmd
modeling.Rmd
diff --git a/articles/preprocessing.html b/articles/preprocessing.html
index 0e83b46..25bf14f 100644
--- a/articles/preprocessing.html
+++ b/articles/preprocessing.html
@@ -96,7 +96,7 @@ Sample-level operations
Timothy
Keyes
- 2024-03-25
+ 2024-03-26
Source: vignettes/preprocessing.Rmd
preprocessing.Rmd
@@ -227,10 +227,10 @@ Postprocessing with tof_postprocess
#> # A tibble: 6 × 3
#> cd45 cd34 cd38
#> <dbl> <dbl> <dbl>
-#> 1 131. 2.36 0.619
-#> 2 229. -1.13 11.2
-#> 3 292. 4.32 1.17
-#> 4 431. -0.635 12.7
+#> 1 130. 2.62 0.535
+#> 2 230. -0.918 11.0
+#> 3 293. 4.91 1.10
+#> 4 430. 0.318 13.3
#> # ℹ 2 more rows
vignettes/quality-control.Rmd
quality-control.Rmd
vignettes/reading-and-writing-data.Rmd
reading-and-writing-data.Rmd
vignettes/tidytof.Rmd
tidytof.Rmd
deviance.glmnet
),
"mse" (the mean squared error of the logit function), and "mae"
(the mean absolute error of the logit function). For multiclass models,
"roc_auc" (the area under the Receiver-Operating
Curve for the classification using the Hand-Till generalization of the
ROC AUC for multiclass models in roc_auc
),
"misclassification error" (the proportion of misclassified observations),
-"multinomial_deviance" (see deviance.glmnet
),
+"multinomial_deviance" (see deviance.glmnet
),
and "mse" and "mae" as above. For survival models, "concordance_index"
(Harrel's C index;
-see deviance.glmnet
) and "partial_likelihood_deviance"
-(see deviance.glmnet
).
+see deviance.glmnet
) and "partial_likelihood_deviance"
+(see deviance.glmnet
).
Reported only for "two-class" and "multiclass" models. For both, diff --git a/reference/tof_cluster_kmeans.html b/reference/tof_cluster_kmeans.html index 4267bab..26114f1 100644 --- a/reference/tof_cluster_kmeans.html +++ b/reference/tof_cluster_kmeans.html @@ -142,31 +142,31 @@
For "two-class" models, choices are "roc_auc" (the area under the Receiver-Operating
Curve for the classification; the default), "misclassification error" (the proportion of
-misclassified observations), "binomial_deviance" (see deviance.glmnet
),
+misclassified observations), "binomial_deviance" (see deviance.glmnet
),
"mse" (the mean squared error of the logit function), and "mae" (the mean absolute error of the
logit function).
For "multiclass" models, choices are "roc_auc" (the area under the Receiver-Operating
Curve for the classification using the Hand-Till generalization of the ROC AUC
for multiclass models in roc_auc
; the default), "misclassification error"
(the proportion of
-misclassified observations), "multinomial_deviance" (see deviance.glmnet
),
+misclassified observations), "multinomial_deviance" (see deviance.glmnet
),
and "mse" and "mae" as above.
For "survival" models, choices are "concordance_index" (Harrel's C index;
-see deviance.glmnet
) and "partial_likelihood_deviance"
-(see deviance.glmnet
).
deviance.glmnet
) and "partial_likelihood_deviance"
+(see deviance.glmnet
).
@@ -309,10 +309,10 @@