Description Usage Arguments Details Value
View source: R/simATACEstimate.R
Extract the non-zero cell proportion of each bin among all single cells from the input count matrix.
1 | simATACEstNonZeroPro(count, object)
|
count |
A sparse count matrix to estimate parameters from. |
object |
simATACCount object to store estimated parameters. |
Vector of non-zero cell proportions of bins is calculated by dividing the number of non-zero entries over the number of all cells for each bin.
simATACCount object with updated non-zero cell proportion parameter.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.