celltype_toy {scBFA}R Documentation

toy cell type vector with 3 cell types generated for 5 cells in toy dataset

Description

The cell type vector is generated from the following code

Usage

data(celltype_toy)

Details

celltype = as.factor(sample(c(1,2,3),5,replace = TRUE))


[Package scBFA version 1.8.0 Index]