Description Usage Arguments Value See Also
View source: R/simATACEstimate.R
Estimate parameters for the simATAC simulation from a real bin by cell input matrix.
1 2 3 4 5 6 7 | simATACEstimate(count, object = newsimATACCount(), verbose = TRUE)
## S3 method for class 'SingleCellExperiment'
simATACEstimate(count, object = newsimATACCount(), verbose = TRUE)
## S3 method for class 'dgCMatrix'
simATACEstimate(count, object = newsimATACCount(), verbose = TRUE)
|
count |
Either a sparse bin by cell count matrix, or a SingleCellExperiment object containing a count matrix to estimate parameters. |
object |
simATACCount object to store estimated parameters and count matrix in it. |
verbose |
Logical variable. Prints the simulation progress if TRUE. |
simATACCount object containing the estimated counts and parameters.
simATACEstLibSize
, simATACEstNonZeroPro
simATACEstBinMean
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.