Usage
CreateSeuratObject(
counts,
project = "CreateSeuratObject",
assay = "RNA",
names.field = 1,
names.delim = "_",
meta.data = NULL,
...
)# S3 method for default
CreateSeuratObject(
counts,
project = "SeuratProject",
assay = "RNA",
names.field = 1,
names.delim = "_",
meta.data = NULL,
min.cells = 0,
min.features = 0,
row.names = NULL,
...
)
# S3 method for Assay
CreateSeuratObject(
counts,
project = "SeuratProject",
assay = "RNA",
names.field = 1,
names.delim = "_",
meta.data = NULL,
...
)