estimateBeta | R Documentation |
Estimates the beta threshold for DEBRADataSet
estimateBeta(drb, s = 500, obs_window = 30, max_window = 150, KS_test_window = 30, default_beta = 10)
drb |
DEBRADataSet object |
s |
an integer specifying number of replicates for local Kolmogorov-Smirnov statistic estimation. Default is 1000 |
obs_window |
an integer specifying number of observations sampled from ordered mean counts values. Mean counts are calculated from condition samples |
max_window |
a numeric specifying maximum size of the sampling window in read counts max(sampled_counts)-min(sampled_counts) < max_window |
KS_test_window |
an integer specifying number of observations sampled from theoretical and empirical Kolmogorov-Smirnov statistics |
default_beta |
a numeric specifying beta value used if the estimation has failed |
drb<-estimateBeta(drb)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.