forked from xinhe-lab/ctwas
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
66 lines (66 loc) · 1.76 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
54
55
56
57
58
59
60
61
62
63
64
65
66
Encoding: UTF-8
Package: ctwas
Type: Package
Title: Adjusting for Genetic Confounders in Transcriptome-Wide Association
Studies Improves Discovery of Risk Genes of Complex Traits
Date: 2024-12-02
Version: 0.4.21
Authors@R: c(person("Siming","Zhao",role="aut",email="[email protected]"),
person("Wesley","Crouse",role="aut"),
person("Sheng","Qian",role="aut",email="[email protected]"),
person("Kaixuan","Luo",role=c("aut", "cre"),email="[email protected]"),
person("Matthew","Stephens",role="aut"),
person("Xin","He",role="aut"))
Description: Implements the "causal-TWAS" (cTWAS) method
for identifying causal genes in genome-wide association studies
(GWAS) described in S. Zhao et al (2024)
<DOI:10.1038/s41588-023-01648-9>. cTWAS generalizes methods for
"transcriptome-wide association studies" (TWAS) in that when
analyzing a gene it adjusts for not only other nearby genes but
also nearby genetic variants.
URL: https://github.com/xinhe-lab/ctwas/, https://xinhe-lab.github.io/ctwas/
BugReports: https://github.com/xinhe-lab/ctwas/issues
Depends: R (>= 3.5.0)
License: MIT + file LICENSE
Imports:
utils,
methods,
stats,
tools,
Matrix,
parallel,
logging,
mixsqp,
magrittr,
dplyr,
tidyr,
ggplot2,
ggrepel,
rlang,
cowplot,
crayon,
readr,
data.table,
R.utils,
RSQLite,
locuszoomr,
pgenlibr,
ensembldb,
AnnotationFilter
Suggests:
Rfast,
enrichR,
DT,
htmltools,
knitr,
rmarkdown,
testthat (>= 3.0.0),
EnsDb.Hsapiens.v86,
EnsDb.Hsapiens.v75
biocViews:
Genetics,
Software
VignetteBuilder: knitr
NeedsCompilation: no
RoxygenNote: 7.3.2
Config/testthat/edition: 3