-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
45 lines (45 loc) · 1.3 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
Package: Trex
Title: Methods for TCR single-cell embedding
Version: 0.99.12
Date: 2024-10-08
Authors@R: c(
person(given = "Nick", family = "Borcherding", role = c("aut", "cre"), email = "[email protected]"),
person(given = "Drew", family = "Voigt", role = c("aut"), email = "[email protected]"))
Description: Implementation of the Trex algorithm for single-cell embedding based on TCR sequences. The package includes a standalone function to encode TCR 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.2
biocViews: Software, ImmunoOncology, SingleCell, Classification, Annotation, Sequencing
Depends:
R (>= 4.0)
Imports: stringr,
SeuratObject,
SingleCellExperiment,
rlang,
keras,
tensorflow,
reticulate,
Matrix,
matrixStats,
SummarizedExperiment,
stats,
stringdist,
utils
Suggests:
knitr,
rmarkdown,
dplyr,
markdown,
BiocStyle,
Seurat,
viridis,
patchwork,
ggplot2,
spelling,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Language: en-US
URL: https://github.com/ncborcherding/Trex/
BugReports: https://github.com/ncborcherding/Trex/issues