I am following the same script with the one shown here and describing the script in RStudio.
Load in the RNA UMI matrix
library(Seurat)
library(ggplot2)
library(patchwork)
ccbmc.rna <- as.sparse(read.csv(file="multimodal_data/GSE100866_CBMC_8K_13AB_10X-RNA_umi.csv.gz", header = TRUE, sep = ",", row.names = 1))
However , I got the error ; /bin/sh: r;Loadinthedata: command not found
Could you please give me the support for it?
Thanks in advance!