Description Usage Arguments Value
View source: R/ArchitectureModel.R
Compute the effect size prediction for a specific genomic architecture model, thereby annotating SNPs into classes according to how they fit with respect to the given thresholds.
Recall that we are not expecting individual SNPs to match their prediction, only the variance conditional on MAF to do so.
1 | annotatearchitecture(dat, s, thresholds = c(2.5, 3), sigma = NULL)
|
dat |
data frame with the first two columns being "f" and "beta" |
s |
The architecture model value for s |
thresholds |
(Default: |
sigma |
(Default: NULL) The sigma to use for the data. Default: use that estimated from the data. |
The class of each datapoint
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.