-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDESCRIPTION
More file actions
32 lines (32 loc) · 894 Bytes
/
DESCRIPTION
File metadata and controls
32 lines (32 loc) · 894 Bytes
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
Encoding: UTF-8
Type: Package
Package: simxQTL
Version: 0.1.1
Date: 2026-02-17
Title: Simulate xQTL associations
Description: Provides a fast and memory-efficient method for
centering and scaling matrices.
URL: https://statfungen.github.io/simxQTL/, https://github.com/StatFunGen/simxQTL
BugReports: https://github.com/StatFunGen/simxQTL/issues
Authors@R: c(
person("Alexander", "McCreight", email = "alexmccreight01@gmail.com", role = c("cre", "aut")),
person("Xuewei", "Cao", role = "aut"),
person("Haochen", "Sun", role = "aut"),
person("Gao", "Wang", role = "aut", email = "wang.gao@columbia.edu"))
License: MIT + file LICENSE
Imports:
matrixStats,
Rcpp (>= 1.0.3),
susieR,
tibble
Suggests:
testthat,
knitr,
rmarkdown,
BEDMatrix,
data.table,
mvtnorm
LinkingTo: Rcpp
NeedsCompilation: yes
VignetteBuilder: knitr
RoxygenNote: 7.3.3