I have two warning messages although I could succeeded in following the homework.
-For “Clustering” part, when I run the following code, a warning message popped up.
Even though I found this message, I succeeded in the following tasks.
DimPlot(seurat_integrated,
reduction = "umap",
label = TRUE,
label.size = 6)
Warning message:
Using as.character() on a quosure is deprecated as of rlang 0.3.0.
Please use as_label() or as_name() instead.
This warning is displayed once per session.
-For “Clustering quality control” part, when I run the following code, I found this warning.
As I said earlier, I could see the same result as the textbook.
Determine metrics to plot present in seurat_integrated@meta.data
I have two warning messages although I could succeeded in following the homework.
-For “Clustering” part, when I run the following code, a warning message popped up. Even though I found this message, I succeeded in the following tasks. DimPlot(seurat_integrated,
as.character()
on a quosure is deprecated as of rlang 0.3.0. Please useas_label()
oras_name()
instead. This warning is displayed once per session.-For “Clustering quality control” part, when I run the following code, I found this warning. As I said earlier, I could see the same result as the textbook.
Determine metrics to plot present in seurat_integrated@meta.data