how to assign counts while creating seurat object
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?
• 654 views
•
link
0 answers
No answers yet.
Log in to answer this question.
What is
VG? Where are you getting this code from?