|
1 | 1 | Package: immunarch |
2 | 2 | Type: Package |
3 | | -Title: Bioinformatics Analysis of T-Cell and B-Cell Immune Repertoires |
4 | | -Version: 0.9.1 |
| 3 | +Title: Multi-Modal Immune Repertoire Analytics for Immunotherapy and Vaccine Design in R |
| 4 | +Version: 0.10.0 |
5 | 5 | Authors@R: c( |
6 | | - person("Vadim I.", "Nazarov", , "support@immunomind.io", c("aut", "cre")), |
| 6 | + person("Vadim I.", "Nazarov", , "support@immunomind.com", role = c("aut", "cre"), |
| 7 | + comment = c(ORCID = "0000-0003-3659-2709")), |
7 | 8 | person("Vasily O.", "Tsvetkov", , role = "aut"), |
8 | | - person("Siarhei", "Fiadziushchanka", , role = "aut"), |
9 | | - person("Eugene", "Rumynskiy", , role = "aut"), |
10 | 9 | person("Aleksandr A.", "Popov", , role = "aut"), |
11 | | - person("Ivan", "Balashov", , role = "aut"), |
12 | | - person("Maria", "Samokhina", , role = "aut"), |
13 | | - person("Anna", "Lorenc", , role = "ctb"), |
14 | | - person("Daniel J.", "Moore", , role = "ctb"), |
15 | | - person("Victor", "Greiff", , role = "ctb"), |
16 | | - person("ImmunoMind", role = c("cph", "fnd")) |
| 10 | + person("Ivan", "Balashov", , role = "aut") |
17 | 11 | ) |
18 | | -Contact: support@immunomind.io |
19 | | -Description: A comprehensive framework for bioinformatics exploratory analysis of bulk and single-cell |
20 | | - T-cell receptor and antibody repertoires. It provides seamless data loading, analysis and |
21 | | - visualisation for AIRR (Adaptive Immune Receptor Repertoire) data, both bulk immunosequencing (RepSeq) |
22 | | - and single-cell sequencing (scRNAseq). Immunarch implements most of the widely used AIRR analysis methods, |
23 | | - such as: clonality analysis, estimation of repertoire similarities in distribution of clonotypes |
24 | | - and gene segments, repertoire diversity analysis, annotation of clonotypes using external immune receptor |
25 | | - databases and clonotype tracking in vaccination and cancer studies. A successor to our |
26 | | - previously published 'tcR' immunoinformatics package (Nazarov 2015) <doi:10.1186/s12859-015-0613-1>. |
27 | | -License: Apache License (== 2.0) |
28 | | -URL: https://immunarch.com/, https://github.com/immunomind/immunarch |
| 12 | +Contact: support@immunomind.com |
| 13 | +Description: A comprehensive analytics framework for building reproducible pipelines on T-cell and B-cell immune receptor repertoire data. |
| 14 | + Delivers multi-modal immune profiling (bulk, single-cell, CITE-seq/AbSeq, spatial, immunogenicity data), |
| 15 | + feature engineering (ML-ready feature tables and matrices), and biomarker discovery workflows |
| 16 | + (cohort comparisons, longitudinal tracking, repertoire similarity, enrichment). |
| 17 | + Provides a user-friendly interface to widely used AIRR methods — |
| 18 | + clonality/diversity, V(D)J usage, similarity, annotation, tracking, and many more. |
| 19 | + Think Scanpy or Seurat, but for AIRR data, a.k.a. Adaptive Immune Receptor Repertoire, VDJ-seq, RepSeq, or |
| 20 | + VDJ sequencing data. A successor to our previously published "tcR" R package (Nazarov 2015). |
| 21 | +License: Apache License (>= 2.0) |
| 22 | +URL: https://immunomind.github.io/docs/, https://github.com/immunomind/immunarch |
29 | 23 | BugReports: https://github.com/immunomind/immunarch/issues |
| 24 | +Depends: |
| 25 | + R (>= 4.1.0), |
| 26 | + ggplot2 (>= 3.1.0), |
| 27 | + immundata (>= 0.0.5), |
| 28 | + patchwork |
30 | 29 | Imports: |
31 | | - factoextra (>= 1.0.4), |
32 | | - fpc, |
33 | | - UpSetR (>= 1.4.0), |
| 30 | + dplyr, |
| 31 | + dtplyr (>= 1.0.0), |
| 32 | + data.table (>= 1.12.6), |
| 33 | + cli, |
34 | 34 | pheatmap (>= 1.0.12), |
35 | | - ggrepel (>= 0.8.0), |
36 | 35 | reshape2 (>= 1.4.2), |
37 | 36 | circlize, |
38 | | - MASS (>= 7.3), |
39 | | - Rtsne (>= 0.15), |
40 | | - readxl (>= 1.3.1), |
41 | | - shiny (>= 1.4.0), |
42 | | - shinythemes, |
43 | 37 | airr, |
44 | | - ggseqlogo, |
45 | | - ggalluvial (>= 0.10.0), |
46 | 38 | Rcpp (>= 1.0), |
47 | 39 | magrittr, |
48 | 40 | methods, |
49 | 41 | scales, |
50 | | - ggpubr (>= 0.2), |
51 | | - rlang (>= 0.4), |
| 42 | + rlang, |
52 | 43 | plyr, |
53 | | - purrr, |
54 | 44 | stringdist, |
55 | | - jsonlite, |
56 | 45 | readr, |
57 | 46 | stringr, |
58 | 47 | tibble, |
59 | 48 | tidyselect, |
60 | 49 | tidyr, |
61 | | - igraph, |
62 | 50 | ape, |
63 | 51 | doParallel, |
64 | 52 | rlist, |
65 | 53 | utils, |
66 | 54 | glue, |
67 | | - phangorn, |
68 | | - uuid, |
69 | | - stringi, |
70 | | - ggraph |
71 | | -Depends: |
72 | | - R (>= 4.0.0), |
73 | | - ggplot2 (>= 3.1.0), |
74 | | - dplyr (>= 0.8.0), |
75 | | - dtplyr (>= 1.0.0), |
76 | | - data.table (>= 1.12.6), |
77 | | - patchwork |
| 55 | + checkmate, |
| 56 | + duckplyr (>= 1.1.0), |
| 57 | + dbplyr, |
| 58 | + lifecycle, |
| 59 | + purrr, |
| 60 | + stats |
78 | 61 | LinkingTo: Rcpp |
79 | 62 | Suggests: |
80 | 63 | knitr (>= 1.8), |
81 | 64 | roxygen2 (>= 3.0.0), |
82 | 65 | testthat (>= 2.1.0), |
83 | 66 | pkgdown (>= 0.1.0), |
84 | 67 | assertthat, |
85 | | - rmarkdown |
86 | | -VignetteBuilder: knitr |
| 68 | + rmarkdown, |
| 69 | + factoextra (>= 1.0.4), |
| 70 | + fpc, |
| 71 | + ggpubr (>= 0.2), |
| 72 | + ggraph, |
| 73 | + ggseqlogo, |
| 74 | + igraph, |
| 75 | + phangorn, |
| 76 | + ggalluvial (>= 0.10.0), |
| 77 | + UpSetR (>= 1.4.0), |
| 78 | + ggrepel (>= 0.8.0), |
| 79 | + shiny (>= 1.4.0), |
| 80 | + shinythemes, |
| 81 | + quarto, |
| 82 | + MASS (>= 7.3), |
| 83 | + Rtsne (>= 0.15) |
| 84 | +VignetteBuilder: |
| 85 | + knitr, |
| 86 | + quarto |
87 | 87 | Encoding: UTF-8 |
88 | | -RoxygenNote: 7.3.1 |
| 88 | +RoxygenNote: 7.3.3 |
89 | 89 | LazyData: true |
90 | 90 | LazyDataCompression: xz |
| 91 | +Roxygen: list(markdown = TRUE) |
| 92 | +Config/Needs/website: rmarkdown |
0 commit comments