-
Notifications
You must be signed in to change notification settings - Fork 65
/
DESCRIPTION
90 lines (90 loc) · 2.7 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
81
82
83
84
85
86
87
88
89
90
Package: immunarch
Type: Package
Title: Bioinformatics Analysis of T-Cell and B-Cell Immune Repertoires
Version: 0.9.1
Authors@R: c(
person("Vadim I.", "Nazarov", , "support@immunomind.io", c("aut", "cre")),
person("Vasily O.", "Tsvetkov", , role = "aut"),
person("Siarhei", "Fiadziushchanka", , role = "aut"),
person("Eugene", "Rumynskiy", , role = "aut"),
person("Aleksandr A.", "Popov", , role = "aut"),
person("Ivan", "Balashov", , role = "aut"),
person("Maria", "Samokhina", , role = "aut"),
person("Anna", "Lorenc", , role = "ctb"),
person("Daniel J.", "Moore", , role = "ctb"),
person("Victor", "Greiff", , role = "ctb"),
person("ImmunoMind", role = c("cph", "fnd"))
)
Contact: support@immunomind.io
Description: A comprehensive framework for bioinformatics exploratory analysis of bulk and single-cell
T-cell receptor and antibody repertoires. It provides seamless data loading, analysis and
visualisation for AIRR (Adaptive Immune Receptor Repertoire) data, both bulk immunosequencing (RepSeq)
and single-cell sequencing (scRNAseq). Immunarch implements most of the widely used AIRR analysis methods,
such as: clonality analysis, estimation of repertoire similarities in distribution of clonotypes
and gene segments, repertoire diversity analysis, annotation of clonotypes using external immune receptor
databases and clonotype tracking in vaccination and cancer studies. A successor to our
previously published 'tcR' immunoinformatics package (Nazarov 2015) <doi:10.1186/s12859-015-0613-1>.
License: Apache License (== 2.0)
URL: https://immunarch.com/, https://github.com/immunomind/immunarch
BugReports: https://github.com/immunomind/immunarch/issues
Imports:
factoextra (>= 1.0.4),
fpc,
UpSetR (>= 1.4.0),
pheatmap (>= 1.0.12),
ggrepel (>= 0.8.0),
reshape2 (>= 1.4.2),
circlize,
MASS (>= 7.3),
Rtsne (>= 0.15),
readxl (>= 1.3.1),
shiny (>= 1.4.0),
shinythemes,
airr,
ggseqlogo,
ggalluvial (>= 0.10.0),
Rcpp (>= 1.0),
magrittr,
methods,
scales,
ggpubr (>= 0.2),
rlang (>= 0.4),
plyr,
purrr,
stringdist,
jsonlite,
readr,
stringr,
tibble,
tidyselect,
tidyr,
igraph,
ape,
doParallel,
rlist,
utils,
glue,
phangorn,
uuid,
stringi,
ggraph
Depends:
R (>= 4.0.0),
ggplot2 (>= 3.1.0),
dplyr (>= 0.8.0),
dtplyr (>= 1.0.0),
data.table (>= 1.12.6),
patchwork
LinkingTo: Rcpp
Suggests:
knitr (>= 1.8),
roxygen2 (>= 3.0.0),
testthat (>= 2.1.0),
pkgdown (>= 0.1.0),
assertthat,
rmarkdown
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.3.1
LazyData: true
LazyDataCompression: xz