Description Usage Arguments Value Examples
View source: R/generate_single.R
This function simulates single cells from 3D structure.
1 2 3 4 5 6 7 8 9 10 | generate_single(
data = str1,
alpha_0,
alpha_1,
beta_l,
beta_g,
beta_m,
alpha,
n_single
)
|
data |
3D coordinates of single cell. |
alpha_0 |
parameter that controls sequence depth of data. |
alpha_1 |
parameter that controls sequence depth of data. |
beta_l |
parameter that controls effect size of covariate. |
beta_g |
parameter that controls effect size of covariate. |
beta_m |
parameter that controls effect size of covariate. |
alpha |
Proportion of random true 0. |
n_single |
Number of single cells to be generated. |
A list of underline true count, SZ positions, and generated single cells.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.