-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
39 lines (39 loc) · 1.17 KB
/
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
34
35
36
37
38
39
Package: geneSLOPE
Type: Package
Title: Genome-Wide Association Study with SLOPE
Version: 0.38.1
Date: 2021-11-08
Authors@R: c(person("Damian", "Brzyski", role = "aut"),
person("Christine", "Peterson", role = "aut"),
person("Emmanuel J.", "Candes", role = "aut"),
person("Malgorzata", "Bogdan", role = "aut"),
person("Chiara", "Sabatti", role = "aut"),
person("Piotr", "Sobczyk", email = "[email protected]", role = c("cre", "aut")))
Description: Genome-wide association study (GWAS) performed with SLOPE,
short for Sorted L-One Penalized Estimation, a
method for estimating the vector of coefficients in linear model.
In the first step of GWAS, SNPs are clumped according to their correlations and
distances. Then, SLOPE is performed on data where each clump has
one representative.
License: GPL-3
URL: https://github.com/psobczyk/geneSLOPE
BugReports: https://github.com/psobczyk/geneSLOPE/issues
LazyData: TRUE
Depends:
R (>= 3.1.3),
SLOPE
Imports:
ggplot2,
bigmemory,
grid,
utils,
stats
Suggests:
shiny,
knitr,
rmarkdown,
testthat
VignetteBuilder: knitr
Repository: CRAN
Encoding: UTF-8
RoxygenNote: 7.1.1