diff --git a/articles/AnnotationAnomalies_files/figure-html/unnamed-chunk-2-1.png b/articles/AnnotationAnomalies_files/figure-html/unnamed-chunk-2-1.png index 7c27527..0969f32 100644 Binary files a/articles/AnnotationAnomalies_files/figure-html/unnamed-chunk-2-1.png and b/articles/AnnotationAnomalies_files/figure-html/unnamed-chunk-2-1.png differ diff --git a/articles/AnnotationAnomalies_files/figure-html/unnamed-chunk-3-1.png b/articles/AnnotationAnomalies_files/figure-html/unnamed-chunk-3-1.png index 5054a72..04b00cf 100644 Binary files a/articles/AnnotationAnomalies_files/figure-html/unnamed-chunk-3-1.png and b/articles/AnnotationAnomalies_files/figure-html/unnamed-chunk-3-1.png differ diff --git a/articles/scDiagnostics_files/figure-html/unnamed-chunk-16-1.png b/articles/scDiagnostics_files/figure-html/unnamed-chunk-16-1.png index 7c27527..0969f32 100644 Binary files a/articles/scDiagnostics_files/figure-html/unnamed-chunk-16-1.png and b/articles/scDiagnostics_files/figure-html/unnamed-chunk-16-1.png differ diff --git a/pkgdown.yml b/pkgdown.yml index d6b230c..b2135fe 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -6,7 +6,7 @@ articles: DatasetMarkerGeneAlignment: DatasetMarkerGeneAlignment.html scDiagnostics: scDiagnostics.html VisualizationTools: VisualizationTools.html -last_built: 2025-01-08T02:46Z +last_built: 2025-01-08T04:28Z urls: reference: https://ccb-hms.github.io/scDiagnostics/reference article: https://ccb-hms.github.io/scDiagnostics/articles diff --git a/reference/calculateDiscriminantSpace.html b/reference/calculateDiscriminantSpace.html index b631728..e33737d 100644 --- a/reference/calculateDiscriminantSpace.html +++ b/reference/calculateDiscriminantSpace.html @@ -236,8 +236,8 @@

Examples

# Generate scatter and boxplot plot(disc_output, plot_type = "scatterplot") -plot(disc_output, cell_types = "CD4-CD8", plot_type = "boxplot") -#> Error in plot.calculateDiscriminantSpaceObject(disc_output, cell_types = "CD4-CD8", plot_type = "boxplot"): There are no combinations of the 'cell_types' to plot. +plot(disc_output, cell_types = c("CD4", "CD8"), plot_type = "boxplot") + # Check comparison table(Expert_Annotation = query_data$expert_annotation, SingleR = query_data$SingleR_annotation) diff --git a/reference/detectAnomaly-1.png b/reference/detectAnomaly-1.png index 1298948..2c21a8b 100644 Binary files a/reference/detectAnomaly-1.png and b/reference/detectAnomaly-1.png differ diff --git a/reference/detectAnomaly.html b/reference/detectAnomaly.html index d5b350e..7608418 100644 --- a/reference/detectAnomaly.html +++ b/reference/detectAnomaly.html @@ -238,7 +238,7 @@

Examples

# Plot the output for a cell type plot(anomaly_output, cell_type = "CD4", - pc_subset = 1:5, + pc_subset = 1:3, data_type = "query")