-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
49 lines (49 loc) · 1.31 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
40
41
42
43
44
45
46
47
48
49
Package: switchgrassGWAS
Title: Genome Wide Association on Panicum virgatum
Version: 0.0.1.0000
Authors@R:
person(given = "Alice",
family = "MacQueen",
role = c("aut", "cre"),
email = "[email protected]")
Description: The R package switchgrassGWAS provides functions for genome wide association analysis on the Panicum virgatum diversity (pvdiv) panel. switchgrassGWAS provides the code for fast, less memory intensive genome-wide association (GWAS) using bigsnpr. It also provides functions to link diversity panel phenotypic data with publicly available SNP data, to prepare GWAS results plots using ggplot, and to prepare multiple univariate GWAS results for use in the R package mashr.
License: GPL (>= 2)
Depends:
R (>= 3.5)
Imports:
ashr,
bigsnpr,
bigstatsr,
cluster,
cowplot,
dplyr,
GGally,
ggplot2,
hexbin,
lubridate,
magrittr,
purrr,
readr,
rlang,
rlist,
stats,
stringr,
tibble,
tidyr,
tidyselect,
utils,
viridis
Suggests:
GenomicFeatures,
knitr,
mashr,
rmarkdown,
testthat (>= 2.1.0),
VariantAnnotation
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
URL: https://alice-macqueen.github.io/switchgrassGWAS