-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
101 lines (101 loc) · 2.36 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
Type: Package
Package: CellaRepertorium
Title: Data structures, clustering and testing for single
cell immune receptor repertoires (scRNAseq RepSeq/AIRR-seq)
Version: 1.7.1
Authors@R:
c(person(given = "Andrew",
family = "McDavid",
role = c('aut', 'cre'),
email = "[email protected]"),
person(given = "Yu",
family = "Gu",
role = "aut",
email = "[email protected]"),
person(given = 'Erik',
family = 'VonKaenel',
role = 'aut'
),
person(given = 'Aaron',
family = 'Wagner',
role = 'aut'),
person(given = 'Thomas Lin',
family = 'Pedersen',
role = 'ctb'))
Description: Methods to cluster and analyze high-throughput
single cell immune cell repertoires, especially from the 10X Genomics
VDJ solution. Contains an R interface to CD-HIT (Li and Godzik 2006).
Methods to visualize and analyze paired heavy-light chain data.
Tests for specific expansion, as well as omnibus oligoclonality under
hypergeometric models.
License: GPL-3
Depends:
R (>= 4.0)
Imports:
dplyr,
tibble,
stringr,
Biostrings,
Rcpp,
reshape2,
methods,
rlang (>= 0.3),
purrr,
Matrix,
S4Vectors,
BiocGenerics,
tidyr,
forcats,
progress,
stats,
utils,
generics,
glue
Suggests:
testthat,
readr,
knitr,
rmarkdown,
ggplot2,
BiocStyle,
ggdendro,
broom,
lme4,
RColorBrewer,
SingleCellExperiment,
scater,
broom.mixed,
cowplot,
igraph,
ggraph
LinkingTo:
Rcpp
VignetteBuilder:
knitr
Encoding: UTF-8
NeedsCompilation: yes
RoxygenNote: 7.1.2
URL: https://github.com/amcdavid/CellaRepertorium
BugReports: https://github.com/amcdavid/CellaRepertorium/issues
Roxygen: list(markdown = TRUE)
biocViews: RNASeq, Transcriptomics, SingleCell, TargetedResequencing,
Technology, ImmunoOncology, Clustering
Collate:
'AllClasses.R'
'ContigCellDB-methods.R'
'RcppExports.R'
'auxiliary.R'
'ccdb_join.R'
'cdhit-methods.R'
'cluster-testing.R'
'clustering-methods.R'
'data.R'
'ggplot2-utils.R'
'pairing-methods.R'
'reexports.R'
'permutation-testing.R'
'plot_clustering.R'
'plotting.R'
'pseudo-bulk.R'
'utilty.R'
'vdjcellranger-methods.R'