I have R studio desktop installed on both my personal and work computers.
I am following the Seurat - Guided Clustering Tutorial to analyze single cell RNA sequencing data I recently generated.
I've noticed after I create my Seurat Object, when I attempt to visualize the average number of features, UMI's, and percent mitochondria with the command:
VlnPlot(, features = c("nFeature_RNA", "nCount_RNA", "percent.mt"), ncol = 3)
I receive the following error message and no plot on my work computer.
Error in grid.Call.graphics(C_raster, x$raster, x$x, x$y, x$width, x$height, :
Empty raster
This does not happen on my personal computer however when I run the exact same code and use the same Seurat object. Instead I get the VlnPlot I was hoping for. I've also noticed this has only recently begun happening on my work computer.
I believe it may be because I've installed several new R packages on my work computer to support my analysis but I'm not certain. These packages include ProjecTIL for reference mapping and EnhancedVolcano for differential gene expression analysis.
Should I uninstall R studio desktop from my work computer and reinstall it?