-
Notifications
You must be signed in to change notification settings - Fork 68
Expand file tree
/
Copy pathDESCRIPTION
More file actions
60 lines (60 loc) · 1.85 KB
/
DESCRIPTION
File metadata and controls
60 lines (60 loc) · 1.85 KB
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
Package: scRepertoire
Title: A toolkit for single-cell immune receptor profiling
Version: 2.6.2
Authors@R: c(
person(given = "Nick", family = "Borcherding", role = c("aut", "cre"), email = "ncborch@gmail.com"),
person(given = "Qile", family = "Yang", role = c("aut"), email = "qile.yang@berkeley.edu"),
person(given = "Ksenia", family = "Safina", role = c("aut"), email = "safina@broadinstitute.org"),
person(given = "Justin", family = "Reimertz", role = c("ctb"), email = "justin.reimertz@childrens.harvard.edu"))
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, 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 single-cell workflows.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.3
biocViews: Software, ImmunoOncology, SingleCell, Classification, Annotation, Sequencing
Depends:
ggplot2,
R (>= 4.0)
Imports:
dplyr,
evmix,
ggalluvial,
ggdendro,
ggraph,
grDevices,
igraph,
immApex,
iNEXT,
Matrix,
quantreg,
Rcpp,
rjson,
rlang,
S4Vectors,
SeuratObject,
SingleCellExperiment,
SummarizedExperiment,
tidygraph,
purrr,
lifecycle,
methods
Suggests:
BiocManager,
BiocStyle,
circlize,
knitr,
Peptides,
rmarkdown,
scales,
scater,
Seurat,
spelling,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
Language: en-US
LinkingTo:
Rcpp
URL: https://www.borch.dev/uploads/scRepertoire/
BugReports: https://github.com/BorchLab/scRepertoire/issues
Roxygen: list(markdown = TRUE)