-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1022 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Package: FarmCPUpp
Title: Perform GWAS Using the FarmCPU Model
Version: 1.2.0
Authors@R: person("Aaron", "Kusmec", email = "amkusmec@iastate.edu", role = c("aut", "cre"))
Description: Performs genome-wide association analyses using the FarmCPU model.
Briefly, FarmCPU tests the significance of associations between genetic markers
and phenotypes using the general linear model framework. After single-marker
regression, FarmCPU divides the genome into bins and identifies a set of optimal
markers to use as covariates in the next iteration. This approach, similar to
that of the multi-locus mixed model, increases power and decreases the false
discovery rate.
Depends:
R (>= 3.3.2)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
bigmemory,
compiler,
Rcpp,
RcppEigen,
RcppParallel,
MASS,
parallel,
doParallel,
foreach
LinkingTo: bigmemory,
BH,
Rcpp,
RcppEigen,
RcppParallel
RoxygenNote: 6.1.1
SystemRequirements: GNU make