Description Usage Arguments Details Value See Also
View source: R/simATACSimulate.R
Simulate bin by cell count matrix from a sparse single-cell ATAC-seq bin by cell input using simATAC methods.
1 | simATACSimulate(object = newsimATACCount(), verbose = TRUE, ...)
|
object |
simATACCount object with simulation parameters. See |
verbose |
Logical variable. Prints the simulation progress if TRUE. |
... |
Any additional parameter settings to override what is provided in
|
simATAC provides the option to manually adjust each of the simATACCount
object parameters by calling setParameters
. See examples for a demonstration
of how this can be used.
The simulation involves the following steps:
Set up simulation parameters
Set default parameters if needed
Set up SingleCellExperiment object
Simulate library sizes
Simulate non zero entries
Simulate bin means
Create final synthetic counts
The final output is a SingleCellExperiment
object that
contains the simulated count matrix. The parameters are stored in the colData
(for cell specific information), rowData
(for bin specific information) or
assays
(for bin by cell matrix) slots. This additional information includes:
rowData
The simulated bins' means.
colData
The simulated library size values.
assays
The sparse matrix containing simulated counts.
Code: https://github.com/bowang-lab/simATAC
SingleCellExperiment object containing the simulated counts.
simATACSimLibSize
, simATACSimZeroEntry
,
simATACSimBinMean
, simATACSimTrueCount
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.