Description Usage Arguments Details Value
View source: R/simATACEstimate.R
Estimate the coefficients of second degree polynomial function between bins' non-zero cell proportions and means.
1 | simATACEstBinMean(count, object)
|
count |
A sparse count matrix to estimate parameters from. |
object |
simATACCount object to store estimated parameters. |
Parameters for the second degree polynomial function between bin means and bin
non-zero cell proportion are estimated by using lm
and
poly
. simATAC excludes bins having non-zero cell proportion
more than 0.8 in modelling the polynomial function.
simATACCount object with updated polynomial function parameters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.