-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.36 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
Package: MungeSumstats
Type: Package
Title: Standardise summary statistics from GWAS
Version: 0.99.1
Authors@R:
c(person(given = "Alan",
family = "Murphy",
role = c("cre"),
email = "alanmurph94@hotmail.com",
comment = c(ORCID = "0000-0002-2487-8753")),
person(given = "Nathan",
family = "Skene",
role = c("aut"),
email = "nathan.skene@gmail.com",
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 removes
duplicates across SNPs.
URL: https://github.com/neurogenomics/MungeSumstats
License: Artistic-2.0
Depends: R(>= 3.6)
Imports:
data.table,
stringr,
utils,
stats,
SNPlocs.Hsapiens.dbSNP144.GRCh37,
SNPlocs.Hsapiens.dbSNP144.GRCh38,
GenomicRanges,
BSgenome
biocViews:
SNP, WholeGenome, Genetics, ComparativeGenomics,
GenomeWideAssociation, GenomicVariation, Preprocessing
LazyData: TRUE
RoxygenNote: 7.1.1
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Suggests:
rmarkdown,
knitr,
testthat (>= 3.0.0),
summarytools,
UpSetR,
ggplot2
Config/testthat/edition: 3
VignetteBuilder: knitr