This function takes in raw counts (and potentially meta data) to make a Seurat object and process it
make_seurat_annot(
cb,
md = NULL,
seed_FindClusters = 0,
seed_RunTSNE = 1,
seed_RunUMAP = 42
)
A Seurat object with specific Seurat features run
sparse counts matrix (genes x cells/beads)
data.frame of meta data for cells/beads if specific annotations known
seed number for FindCLusters
seed number for RunTSNE
seed number for RunUMAP