Description Usage Arguments Value See Also
View source: R/ArchitectureModel.R
Resample the data dat
with replacement a given number nbs
times, for each running fullsearch
and reporting the inferred parameter.
1 2 3 4 5 6 7 8 9 |
nbs |
The number of bootstrap samples to obtain. We recommend 20 for exploration, 100 for estimating standard deviations and more for estimating the shape of the distribution. |
dat |
A data frame of (f,beta) pairs |
bins |
(default: |
thresholds |
(Default: |
sigma |
(Default: NULL, meaning use the best value) Genomic architecture sigma |
verbose |
(Default: TRUE) Whether to print iteration progress. |
... |
Additional parameters to |
A vector of length nbs
of estimates of s
.
linesearch
to explore a range of s, or fullsearch
to search a single dataset.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.