
BST(y, X, perm = 100)
"assoctest"
, basically a list with the following elements:
There is no imputation for the missing data. Missing values are simply ignored in the computations.
Chapman J, Whittaker J (2008) Analysis of Multiple SNPs in a Candidate Gene or Region. Genetic Epidemiology, 32: 560-566
Pan W (2009) Asymptotic Tests of Association with Multiple SNPs in Linkage Disequilibrium. Genetic Epidemiology, 33: 497-507
SCORE
## Not run:
#
# # number of cases
# cases = 500
#
# # number of controls
# controls = 500
#
# # total (cases + controls)
# total = cases + controls
#
# # phenotype vector
# phenotype = c(rep(1,cases), rep(0,controls))
#
# # genotype matrix with 10 variants (random data)
# set.seed(123)
# genotype = matrix(rbinom(total*10, 2, 0.05), nrow=total, ncol=10)
#
# # apply BST with 500 permutations
# mybst = BST(phenotype, genotype, perm=500)
# mybst
# ## End(Not run)
Run the code above in your browser using DataLab