Description Usage Arguments Value
View source: R/multiple_hexLen_tessellation.R
A wrapper function to run tessellation
at various hexagonal lengths.
1 2 3 4 5 6 | multiple_hexLen_tessellation(
cell_data = NULL,
output_dir = NULL,
hex_len_range = c(40, 60),
hex_len_stepsize = 10
)
|
cell_data |
A data.frame of cell data of size rxc; r = total cells across all tumors and cores, 5 columns named as 'Phenotype', 'X', 'Y', 'tumor_ids', 'core_ids'. NOTE. 'tumor_ids' & 'core_ids' contain no-space and no underscore |
output_dir |
A directory path for results saving. |
hex_len_range |
A vector of 2 integer number indicating the range of hexagonal length. |
hex_len_stepsize |
An integer indicating the step size of hexagonal length. |
A list contain all 5 directional sub-region count of 6 TIPC category.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.