Entering edit mode
2.2 years ago
azramaqsood70
•
0
Hi,
I am new to Seurat and R. I am not sure how to assign counts for seurat Object.
createSeuratObject(counts = VG , project = "pilotrun" , min.cells = 3 , min.features = 200)
Error: object "VG" not found
How can I solve this issue?
What is
VG
? Where are you getting this code from?