SRTsim_simulation | R Documentation |
This function is used to simulate datasets from learned parameters by srtsim_count
function in SRTsim package.
SRTsim_simulation(
parameters,
other_prior = NULL,
return_format,
verbose = FALSE,
seed
)
parameters |
A object generated by |
other_prior |
A list with names of certain parameters in SRTsim. |
return_format |
A character. Alternative choices: list, SingleCellExperiment,
Seurat, h5ad. If you select |
verbose |
Logical. Whether to return messages or not. |
seed |
A random seed. |
For more customed parameters in SRTsim, please check SRTsim::srtsim_fit()
.
For detailed information about SRTsim, go to https://cran.r-project.org/web/packages/SRTsim/index.html.
Zhu J, Shang L, Zhou X. SRTsim: spatial pattern preserving simulations for spatially resolved transcriptomics. Genome Biology, 2023, 24(1): 39. https://doi.org/10.1186/s13059-023-02879-z
URL: https://cran.r-project.org/web/packages/SRTsim/index.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.