11Package: immunarch
22Type: Package
33Title: Bioinformatics Analysis of T-Cell and B-Cell Immune Repertoires
4- Version: 0.6.5
4+ Version: 0.6.7
55Authors@R: c(
6- person("Vadim I.", "Nazarov", , "vdm.nazarov@gmail.com ", c("aut", "cre")),
6+ person("Vadim I.", "Nazarov", , "support@immunomind.io ", c("aut", "cre")),
77 person("Vasily O.", "Tsvetkov", , role = "aut"),
88 person("Eugene", "Rumynskiy", , role = "aut"),
9+ person("Aleksandr A.", "Popov", , role = "aut"),
10+ person("Ivan", "Balashov", , role = "aut"),
911 person("Anna", "Lorenc", , role = "ctb"),
1012 person("Daniel J.", "Moore", , role = "ctb"),
1113 person("Victor", "Greiff", , role = "ctb"),
1214 person("ImmunoMind", role = c("cph", "fnd"))
1315 )
1416Contact: support@immunomind.io
15- Description: A comprehensive framework for bioinformatics exploratory analysis of bulk and single-cell
16- T-cell receptor and antibody repertoires. It provides seamless data loading, analysis and
17+ Description: A comprehensive framework for bioinformatics exploratory analysis of bulk and single-cell
18+ T-cell receptor and antibody repertoires. It provides seamless data loading, analysis and
1719 visualisation for AIRR (Adaptive Immune Receptor Repertoire) data, both bulk immunosequencing (RepSeq)
18- and single-cell sequencing (scRNAseq). It implements most of the widely used AIRR analysis methods,
19- such as: clonality analysis, estimation of repertoire similarities in distribution of clonotypes
20- and gene segments, repertoire diversity analysis, annotation of clonotypes using external immune receptor
20+ and single-cell sequencing (scRNAseq). It implements most of the widely used AIRR analysis methods,
21+ such as: clonality analysis, estimation of repertoire similarities in distribution of clonotypes
22+ and gene segments, repertoire diversity analysis, annotation of clonotypes using external immune receptor
2123 databases and clonotype tracking in vaccination and cancer studies. A successor to our
2224 previously published 'tcR' immunoinformatics package (Nazarov 2015) <doi:10.1186/s12859-015-0613-1>.
2325License: AGPL-3
@@ -33,25 +35,28 @@ Imports:
3335 circlize,
3436 MASS (>= 7.3),
3537 Rtsne (>= 0.15),
36- readr (>= 1.3.1),
3738 readxl (>= 1.3.1),
3839 shiny (>= 1.4.0),
3940 shinythemes,
4041 airr,
4142 ggseqlogo,
42- stringr (>= 1.4.0),
4343 ggalluvial (>= 0.10.0),
4444 Rcpp (>= 1.0),
4545 magrittr,
46- tibble (>= 2.0),
4746 methods,
4847 scales,
4948 ggpubr (>= 0.2),
5049 rlang (>= 0.4),
5150 plyr,
52- dbplyr (>= 1.4.0)
51+ dbplyr (>= 1.4.0),
52+ jsonlite,
53+ readr,
54+ stringr,
55+ tibble,
56+ tidyselect,
57+ purrr
5358Depends:
54- R (>= 3.5 .0),
59+ R (>= 4.0 .0),
5560 ggplot2 (>= 3.1.0),
5661 dplyr (>= 0.8.0),
5762 dtplyr (>= 1.0.0),
@@ -63,8 +68,9 @@ Suggests:
6368 roxygen2 (>= 3.0.0),
6469 testthat (>= 2.1.0),
6570 pkgdown (>= 0.1.0),
66- assertthat
71+ assertthat,
72+ rmarkdown
6773VignetteBuilder: knitr
6874Encoding: UTF-8
69- RoxygenNote: 7.1.0
75+ RoxygenNote: 7.1.2
7076LazyData: true
0 commit comments