-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
53 lines (53 loc) · 1.27 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
50
51
52
53
Package: LDWeaver
Type: Package
Title: Genomewide Epistasis Analysis on Bacteria
Version: 1.5.1
Authors@R: person("Sudaraka", "Mallawaarachchi", email = "[email protected]", role = c("aut", "cre"))
Maintainer: Sudaraka Mallawaarachchi <[email protected]>
Description: Perform genomewide epistasis analysis by evaluating the LD structure in bacteria.
License: GPL (>=3) + file LICENSE
Encoding: UTF-8
LazyData: true
biocViews: Software
Depends: R (>= 4.0.0),
Imports:
ape,
Biostrings,
chromoMap,
data.table,
dplyr,
fitdistrplus,
GenomicRanges,
GenomeInfoDb,
ggplot2,
ggraph,
grDevices,
heatmap3,
htmlwidgets,
igraph,
IRanges,
Matrix,
MatrixExtra,
methods,
parallel,
plyr,
RColorBrewer,
Rcpp,
RcppArmadillo,
S4Vectors,
stats,
utils,
VariantAnnotation
Suggests:
phytools,
ggtree,
ggnewscale,
spam,
spam64,
testthat (>= 3.0.0)
LinkingTo: Rcpp, RcppArmadillo
RoxygenNote: 7.3.2
URL: https://github.com/Sudaraka88/LDWeaver
BugReports: https://github.com/Sudaraka88/LDWeaver/issues
Biarch: TRUE
Config/testthat/edition: 3