-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.89 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
Package: midasHLA
Title: R package for immunogenomics data handling and association analysis
Version: 1.11.1
Authors@R: c(
person("Christian", "Hammer", email = "[email protected]", role = "aut"),
person("Maciej", "Migdał", email = "[email protected]", role = c("aut", "cre")))
Description: MiDAS is a R package for immunogenetics data transformation and statistical analysis. MiDAS accepts input data in the form of HLA alleles and KIR types, and can transform it into biologically meaningful variables, enabling HLA amino acid fine mapping, analyses of HLA evolutionary divergence, KIR gene presence, as well as validated HLA-KIR interactions. Further, it allows comprehensive statistical association analysis workflows with phenotypes of diverse measurement scales. MiDAS closes a gap between the inference of immunogenetic variation and its efficient utilization to make relevant discoveries related to T cell, Natural Killer cell, and disease biology.
License: MIT + file LICENCE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 4.1), MultiAssayExperiment (>= 1.8.3)
Imports:
assertthat (>= 0.2.0), broom (>= 0.5.1), dplyr (>= 0.8.0.1), formattable (>= 0.2.0.1),
HardyWeinberg (>= 1.6.3), kableExtra (>= 1.1.0), knitr (>= 1.21), magrittr (>= 1.5),
methods, stringi (>= 1.2.4), rlang (>= 0.3.1), S4Vectors (>= 0.20.1), stats,
SummarizedExperiment (>= 1.12.0), tibble (>= 2.0.1), utils, qdapTools (>= 1.3.3)
Suggests:
broom.mixed (>= 0.2.4), cowplot (>= 1.0.0), devtools (>= 2.0.1), ggplot2 (>= 3.1.0),
ggpubr (>= 0.2.5), rmarkdown, seqinr (>= 3.4-5), survival (>= 2.43-3),
testthat (>= 2.0.1), tidyr (>= 1.1.2)
RoxygenNote: 7.1.1
VignetteBuilder: knitr
Collate:
'asserts.R'
'class.R'
'data.R'
'global.R'
'midasHLA.R'
'parsingFunctions.R'
'stats.R'
'summarise.R'
'transformationFunctions.R'
'utils.R'
biocViews: CellBiology, Genetics, StatisticalMethod