-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.23 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
Package: immApex
Title: Tools for Adaptive Immune Receptor Sequence-Based Keras3 Modeling
Version: 1.0.4
Authors@R: c(
person(given = "Nick", family = "Borcherding", role = c("aut", "cre"), email = "[email protected]"))
Description: A set of tools to build tensorflow/keras3-based models in R from amino acid and nucleotide sequences focusing on adaptive immune receptors. The package includes pre-processing of sequences, unifying gene nomenclature usage, encoding sequences, and combining models. This package will serve as the basis of future immune receptor sequence functions/packages/models compatible with the scRepertoire ecosystem.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
biocViews: Software, ImmunoOncology, SingleCell, Classification, Annotation, Sequencing, MotifAnnotation
Depends:
R (>= 4.3.0)
Imports: hash,
httr,
keras3,
magrittr,
matrixStats,
methods,
reticulate,
rvest,
SingleCellExperiment,
stats,
stringi,
stringr,
tensorflow,
utils
Suggests:
BiocStyle,
ggplot2,
knitr,
markdown,
rmarkdown,
scRepertoire,
spelling,
testthat,
viridis
VignetteBuilder: knitr
Language: en-US
URL: https://github.com/BorchLab/immApex/
BugReports: https://github.com/BorchLab/immApex/issues