-
Notifications
You must be signed in to change notification settings - Fork 31
/
DESCRIPTION
78 lines (78 loc) · 2.06 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
67
68
69
70
71
72
73
74
75
76
77
78
Package: MAGMA.Celltyping
Type: Package
Title: Find Causal Cell-Types Underlying Complex Trait Genetics
Version: 2.0.14
Authors@R:
c(person(given = "Brian",
family = "Schilder",
role = c("cre","aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5949-2191")),
person(given = "Alan",
family = "Murphy",
role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-2487-8753")),
person(given = "Julien",
family = "Bryois",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-4747-2166")),
person(given = "Nathan",
family = "Skene",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-6807-3180")))
Description: This R package contains code used for testing which cell types
can explain the heritability signal from GWAS summary statistics.
URL: https://github.com/neurogenomics/MAGMA_Celltyping
BugReports: https://github.com/neurogenomics/MAGMA_Celltyping/issues
License: GPL-3
LazyData: true
Depends: R(>= 4.1)
VignetteBuilder: knitr
biocViews: GeneExpression, Transcription, GWAS Summary Statistics,
Genetics, scRNASeq, Single Cell RNAseq,
BiomedicalInformatics, FunctionalGenomics
Imports:
EWCE (>= 1.3.3),
MungeSumstats,
orthogene,
XML,
httr,
R.utils,
utils,
ggdendro,
dplyr,
data.table,
ggplot2,
patchwork,
stringr,
limma,
lme4,
parallel,
Matrix,
methods,
reshape2,
tools,
gh
Suggests:
rworkflows,
markdown,
rmarkdown,
knitr,
BiocStyle,
usethis,
xml2,
covr,
testthat (>= 3.0.0),
piggyback,
DT,
biomaRt,
ewceData
SystemRequirements: A system installation of
[MAGMA](https://ctg.cncr.nl/software/magma) is required
but can be installed automatically by this package.
RoxygenNote: 7.3.2
Encoding: UTF-8
Config/testthat/edition: 3