Description Usage Arguments Value See Also
View source: R/ExtraFunctions.R
Estimate parameters for the simATAC simulation from a real bin by cell input matrix, and use them for simualting final counts.
| 1 2 3 4 5 6 7 | simATACGenerate(
  count = NULL,
  object = newsimATACCount(),
  default = TRUE,
  verbose = TRUE,
  ...
)
 | 
| count | Either a sparse bin by cell count matrix, or a SingleCellExperiment object containing the count matrix to estimate parameters from. | 
| object | A simATACCount object to store estimated parameters and the count matrix in it. | 
| default | Logical variable. Sets default parameters if TRUE. | 
| verbose | Logical variable. Prints the simulation progress if TRUE. | 
| ... | Any additional parameter settings to override what is provided in
 | 
SingleCellExperiment object containing the estimated counts and parameters.
simATACEstimate, setParameters
simATACSimulate
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.