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

celltype_toy

Format

A vector of length 5 contains 3 cell types

Details

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


[Package scBFA version 1.0.0 Index]