-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
93 lines (93 loc) · 2.87 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
91
92
93
Package: alakazam
Type: Package
Version: 1.3.1.999
Date: 2024-08-01
Authors@R: c(person("Susanna", "Marquez", role=c("cre", "aut"),
email="[email protected]"),
person("Namita", "Gupta", role=c("aut"),
email="[email protected]"),
person("Nima", "Nouri", role=c("aut"),
email="[email protected]"),
person("Ruoyi", "Jiang", role=c("aut"),
email="[email protected]"),
person("Julian", "Zhou", role=c("aut"),
email="[email protected]"),
person("Kenneth", "Hoehn", role=c("aut"),
email="[email protected]"),
person("Daniel", "Gadala-Maria", role=c("ctb"),
email="[email protected]"),
person("Edel", "Aron", role=c("ctb"),
email="[email protected]"),
person("Cole", "Jensen", role=c("ctb"),
email="[email protected]"),
person("Gisela", "Gabernet", role=c("ctb"),
email="[email protected]"),
person("Jason", "Vander Heiden", role=c("aut"),
email="[email protected]"),
person("Steven", "Kleinstein", role=c("aut", "cph"),
email="[email protected]"))
Title: Immunoglobulin Clonal Lineage and Diversity Analysis
Description: Provides methods for high-throughput adaptive immune
receptor repertoire sequencing (AIRR-Seq; Rep-Seq) analysis. In
particular, immunoglobulin (Ig) sequence lineage reconstruction,
lineage topology analysis, diversity profiling, amino acid property
analysis and gene usage.
Citations:
Gupta and Vander Heiden, et al (2017) <doi:10.1093/bioinformatics/btv359>,
Stern, Yaari and Vander Heiden, et al (2014) <doi:10.1126/scitranslmed.3008879>.
License: AGPL-3
URL: https://alakazam.readthedocs.io/
BugReports: https://github.com/immcantation/alakazam/issues
LazyData: true
BuildVignettes: true
VignetteBuilder: knitr, rmarkdown
Encoding: UTF-8
LinkingTo: Rcpp
biocViews:
Software,
AnnotationData
Depends:
R (>= 4.0),
ggplot2 (>= 3.4.0)
Imports:
airr (>= 1.4.1),
ape,
dplyr (>= 1.0),
graphics,
grid,
igraph (>= 1.5.0),
Matrix (>= 1.3-0),
methods,
progress,
Rcpp (>= 0.12.12),
readr,
rlang,
scales,
seqinr,
stats,
stringi,
tibble,
tidyr (>= 1.0),
utils,
Biostrings (>= 2.56.0),
GenomicAlignments (>= 1.24.0),
IRanges (>= 2.22.2)
Suggests:
knitr,
rmarkdown,
testthat
RoxygenNote: 7.3.2
Collate:
'Alakazam.R'
'AminoAcids.R'
'Classes.R'
'Core.R'
'Data.R'
'Diversity.R'
'Deprecated.R'
'Fastq.R'
'Gene.R'
'Lineage.R'
'RcppExports.R'
'Sequence.R'
'Topology.R'