forked from Al-Murphy/MungeSumstats
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
80 lines (80 loc) · 2.18 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
79
80
Package: MungeSumstats
Type: Package
Title: Standardise summary statistics from GWAS
Version: 1.13.4
Authors@R:
c(person(given = "Alan",
family = "Murphy",
role = c("aut","cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-2487-8753")),
person(given = "Brian",
family = "Schilder",
role = c("aut","ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5949-2191")),
person(given = "Nathan",
family = "Skene",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-6807-3180")))
Description:
The *MungeSumstats* package is designed to facilitate the standardisation of
GWAS summary statistics. It reformats inputted summary statisitics to include
SNP, CHR, BP and can look up these values if any are missing. It also pefrorms
dozens of QC and filtering steps to ensure high data quality and
minimise inter-study differences.
URL: https://github.com/neurogenomics/MungeSumstats
BugReports: https://github.com/neurogenomics/MungeSumstats/issues
License: Artistic-2.0
Depends: R(>= 4.1)
Imports:
magrittr,
data.table,
utils,
R.utils,
dplyr,
stats,
GenomicRanges,
IRanges,
GenomeInfoDb,
BSgenome,
Biostrings,
stringr,
VariantAnnotation,
googleAuthR,
httr,
jsonlite,
methods,
parallel,
rtracklayer(>= 1.59.1),
RCurl
biocViews:
SNP, WholeGenome, Genetics, ComparativeGenomics,
GenomeWideAssociation, GenomicVariation, Preprocessing
RoxygenNote: 7.3.1
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Suggests:
SNPlocs.Hsapiens.dbSNP144.GRCh37,
SNPlocs.Hsapiens.dbSNP144.GRCh38,
SNPlocs.Hsapiens.dbSNP155.GRCh37,
SNPlocs.Hsapiens.dbSNP155.GRCh38,
BSgenome.Hsapiens.1000genomes.hs37d5,
BSgenome.Hsapiens.NCBI.GRCh38,
BiocGenerics,
S4Vectors,
rmarkdown,
markdown,
knitr,
testthat (>= 3.0.0),
UpSetR,
BiocStyle,
covr,
Rsamtools,
MatrixGenerics,
badger,
BiocParallel,
GenomicFiles
Config/testthat/edition: 3
VignetteBuilder: knitr