FGC_Seurat <- CreateSeuratObject(raw.data = as.matrix(FGC_TPM_log2), 
+                                  min.cells = 3,min.genes = 1000, 
+                                  names.field = 2,is.expr = 1,
+                                  do.scale = T,do.center = T,
+                                  normalization.method = NULL,
+                                  project = "FGC_Project")
Error in CreateSeuratObject(raw.data = as.matrix(FGC_TPM_log2), min.cells = 3,  : 
  argument "counts" is missing, with no default
想请教下这个问题怎么解决,是哪里出现的问题。这是单细胞转录组测序Seurat
数据分析的代码