-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
44 lines (44 loc) · 1.21 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
Package: Ibex
Title: Methods for BCR single-cell embedding
Version: 0.99.5
Date: 2023-9-15
Authors@R: c(
person(given = "Nick", family = "Borcherding", role = c("aut", "cre"), email = "[email protected]"))
Description: Implementation of the Ibex algorithm for single-cell embedding based on BCR sequences. The package includes a standalone function to encode BCR sequence information by amino acid properties or sequence order using tensorflow-based autoencoder. In addition, the package interacts with SingleCellExperiment or Seurat data objects.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
RoxygenNote: 7.3.1
biocViews: Software, ImmunoOncology, SingleCell, Classification, Annotation, Sequencing
Depends:
R (>= 4.0)
Imports: stringr,
SeuratObject,
SingleCellExperiment,
rlang,
keras,
tensorflow,
reticulate,
bluster,
Matrix,
SummarizedExperiment,
igraph,
stats,
matrixStats
Suggests:
BiocStyle,
dplyr,
ggplot2,
knitr,
markdown,
patchwork,
rmarkdown,
Seurat,
spelling,
testthat (>= 3.0.0),
viridis
VignetteBuilder: knitr
Language: en-US
URL: https://github.com/ncborcherding/Ibex/
BugReports: https://github.com/ncborcherding/Ibex/issues