Description Usage Arguments See Also
View source: R/ArchitectureModel.R
Details of an architecture, which may be inferred or defined manually.
1 2 3 4 5 6 7 8 9 | detail(
dat,
s,
thresholds = defaultthresholds(),
bins = defaultbins(),
range = c(-2, 2),
range0 = c(-2, 2),
sigma = NULL
)
|
dat |
A data frame of (f,beta) pairs |
s |
The architecture parameter to use |
thresholds |
(Default : |
bins |
(Default: |
range |
(Default: c(-2,2) The range of s that could be considered with finite values (if known). |
range0 |
(Default: c(-2,2) The range of s that was chosen by the user. |
sigma |
(Default: NULL, meaning use the best value) Genomic architecture sigma. Don't change unless you know what you are doing... |
architectureplot
for visualisation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.