forked from ncborcherding/scRepertoire
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
65 lines (65 loc) · 1.79 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
Package: scRepertoire
Title: A toolkit for single-cell immune receptor profiling
Version: 2.0.8
Authors@R: c(
person(given = "Nick", family = "Borcherding", role = c("aut", "cre"), email = "[email protected]"),
person(given = "Qile", family = "Yang", role = c("aut"), email = "[email protected]"),
person(given = "Ksenia", family = "Safina", role = c("aut"), email = "[email protected]"))
Description: scRepertoire is a toolkit for processing and analyzing single-cell T-cell receptor (TCR) and immunoglobulin (Ig). The scRepertoire framework supports use of 10x, AIRR, BD, MiXCR, Omniscope, TRUST4, and WAT3R single-cell formats. The functionality includes basic clonal analyses, repertoire summaries, distance-based clustering and interaction with the popular Seurat and SingleCellExperiment/Bioconductor R workflows.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
biocViews: Software, ImmunoOncology, SingleCell, Classification, Annotation, Sequencing
Depends:
ggplot2,
R (>= 4.0)
Imports:
assertthat,
cubature,
dplyr,
evmix,
ggalluvial,
ggdendro,
ggraph,
grDevices,
igraph,
iNEXT,
methods,
plyr,
quantreg,
Rcpp,
reshape2,
rjson,
rlang,
S4Vectors,
SeuratObject,
SingleCellExperiment,
stats,
stringr,
stringdist,
SummarizedExperiment,
tidygraph,
truncdist,
utils,
VGAM,
hash
Suggests:
BiocManager,
BiocStyle,
circlize,
knitr,
rmarkdown,
scales,
scater,
Seurat,
spelling,
testthat (>= 3.0.0),
vdiffr
VignetteBuilder: knitr
Config/testthat/edition: 3
Language: en-US
LinkingTo:
Rcpp
URL: https://www.borch.dev/uploads/scRepertoire/
BugReports: https://github.com/ncborcherding/scRepertoire/issues