An alternative is when you create the Seurat object, make sure you use the project parameter.
matobj<-CreateSeuratObject(mat,
min.cells = 100,
min.features = 200,
names.field = 1,
names.delim = '_',
assay = "RNA",
project = "001C")
Also as a small suggestion just heads up with having rownames starting with numeric values - it can be problematic down the road if you are extensileyt using the meta data.
• 0 views
•
link