explosion: Explosion of cell

Description Usage Arguments Value Examples

Description

Explosion of cell

Usage

1
explosion(gland, target = 8192, simple = TRUE)

Arguments

gland

a gland object

target

number of cells required in the end gland

simple

logical, determines method of explosion

If simple is set to TRUE, then the explosion step is being done by duplicating the cells to match the desired output size. If it is set to FALSE, then cell splitting in repeated until desired output size is reached.

Value

a gland object

Examples

1
2
3
4
gland <- gland_create(sample(c(0, 1), 10, TRUE), n_iter = 4)

explosion(gland, simple = TRUE)
explosion(gland, simple = FALSE)

EmilHvitfeldt/cell documentation built on May 5, 2019, 7:03 p.m.