... | ... |
@@ -79,3 +79,22 @@ BugReports: https://github.com/amcdavid/CellaRepertorium/issues |
79 | 79 |
Roxygen: list(markdown = TRUE) |
80 | 80 |
biocViews: RNASeq, Transcriptomics, SingleCell, TargetedResequencing, |
81 | 81 |
Technology, ImmunoOncology, Clustering |
82 |
+Collate: |
|
83 |
+ 'AllClasses.R' |
|
84 |
+ 'ContigCellDB-methods.R' |
|
85 |
+ 'RcppExports.R' |
|
86 |
+ 'auxiliary.R' |
|
87 |
+ 'ccdb_join.R' |
|
88 |
+ 'cdhit-methods.R' |
|
89 |
+ 'cluster-testing.R' |
|
90 |
+ 'clustering-methods.R' |
|
91 |
+ 'data.R' |
|
92 |
+ 'ggplot2-utils.R' |
|
93 |
+ 'pairing-methods.R' |
|
94 |
+ 'reexports.R' |
|
95 |
+ 'permutation-testing.R' |
|
96 |
+ 'plot_clustering.R' |
|
97 |
+ 'plotting.R' |
|
98 |
+ 'pseudo-bulk.R' |
|
99 |
+ 'utilty.R' |
|
100 |
+ 'vdjcellranger-methods.R' |
... | ... |
@@ -2,7 +2,7 @@ Type: Package |
2 | 2 |
Package: CellaRepertorium |
3 | 3 |
Title: Data structures, clustering and testing for single |
4 | 4 |
cell immune receptor repertoires (scRNAseq RepSeq/AIRR-seq) |
5 |
-Version: 1.3.0 |
|
5 |
+Version: 1.3.1 |
|
6 | 6 |
Authors@R: |
7 | 7 |
c(person(given = "Andrew", |
8 | 8 |
family = "McDavid", |
... | ... |
@@ -72,7 +72,7 @@ VignetteBuilder: |
72 | 72 |
knitr |
73 | 73 |
Encoding: UTF-8 |
74 | 74 |
NeedsCompilation: yes |
75 |
-RoxygenNote: 7.1.1 |
|
75 |
+RoxygenNote: 7.1.2 |
|
76 | 76 |
URL: https://github.com/amcdavid/CellaRepertorium |
77 | 77 |
BugReports: https://github.com/amcdavid/CellaRepertorium/issues |
78 | 78 |
Roxygen: list(markdown = TRUE) |
Merge branch 'master' of git.bioconductor.org:packages/CellaRepertorium into master
# Conflicts:
# DESCRIPTION
... | ... |
@@ -2,7 +2,7 @@ Type: Package |
2 | 2 |
Package: CellaRepertorium |
3 | 3 |
Title: Data structures, clustering and testing for single |
4 | 4 |
cell immune receptor repertoires (scRNAseq RepSeq/AIRR-seq) |
5 |
-Version: 1.1.2 |
|
5 |
+Version: 1.1.3 |
|
6 | 6 |
Authors@R: |
7 | 7 |
c(person(given = "Andrew", |
8 | 8 |
family = "McDavid", |
... | ... |
@@ -60,7 +60,9 @@ Suggests: |
60 | 60 |
SingleCellExperiment, |
61 | 61 |
scater, |
62 | 62 |
broom.mixed, |
63 |
- cowplot |
|
63 |
+ cowplot, |
|
64 |
+ igraph, |
|
65 |
+ ggraph |
|
64 | 66 |
LinkingTo: |
65 | 67 |
Rcpp |
66 | 68 |
VignetteBuilder: |
... | ... |
@@ -2,7 +2,7 @@ Type: Package |
2 | 2 |
Package: CellaRepertorium |
3 | 3 |
Title: Data structures, clustering and testing for single |
4 | 4 |
cell immune receptor repertoires (scRNAseq RepSeq/AIRR-seq) |
5 |
-Version: 0.99.6 |
|
5 |
+Version: 1.0.0 |
|
6 | 6 |
Authors@R: |
7 | 7 |
c(person(given = "Andrew", |
8 | 8 |
family = "McDavid", |
... | ... |
@@ -2,7 +2,7 @@ Type: Package |
2 | 2 |
Package: CellaRepertorium |
3 | 3 |
Title: Data structures, clustering and testing for single |
4 | 4 |
cell immune receptor repertoires (scRNAseq RepSeq/AIRR-seq) |
5 |
-Version: 0.99.5 |
|
5 |
+Version: 0.99.6 |
|
6 | 6 |
Authors@R: |
7 | 7 |
c(person(given = "Andrew", |
8 | 8 |
family = "McDavid", |
... | ... |
@@ -2,7 +2,7 @@ Type: Package |
2 | 2 |
Package: CellaRepertorium |
3 | 3 |
Title: Data structures, clustering and testing for single |
4 | 4 |
cell immune receptor repertoires (scRNAseq RepSeq/AIRR-seq) |
5 |
-Version: 0.99.4 |
|
5 |
+Version: 0.99.5 |
|
6 | 6 |
Authors@R: |
7 | 7 |
c(person(given = "Andrew", |
8 | 8 |
family = "McDavid", |
... | ... |
@@ -59,7 +59,8 @@ Suggests: |
59 | 59 |
RColorBrewer, |
60 | 60 |
SingleCellExperiment, |
61 | 61 |
scater, |
62 |
- broom.mixed |
|
62 |
+ broom.mixed, |
|
63 |
+ cowplot |
|
63 | 64 |
LinkingTo: |
64 | 65 |
Rcpp |
65 | 66 |
VignetteBuilder: |
Confused why this is necessary, but fixes an infinite loop in S4Vectors methods dispatch in the unit tests.
... | ... |
@@ -2,7 +2,7 @@ Type: Package |
2 | 2 |
Package: CellaRepertorium |
3 | 3 |
Title: Data structures, clustering and testing for single |
4 | 4 |
cell immune receptor repertoires (scRNAseq RepSeq/AIRR-seq) |
5 |
-Version: 0.99.3 |
|
5 |
+Version: 0.99.4 |
|
6 | 6 |
Authors@R: |
7 | 7 |
c(person(given = "Andrew", |
8 | 8 |
family = "McDavid", |
... | ... |
@@ -2,7 +2,7 @@ Type: Package |
2 | 2 |
Package: CellaRepertorium |
3 | 3 |
Title: Data structures, clustering and testing for single |
4 | 4 |
cell immune receptor repertoires (scRNAseq RepSeq/AIRR-seq) |
5 |
-Version: 0.99.2 |
|
5 |
+Version: 0.99.3 |
|
6 | 6 |
Authors@R: |
7 | 7 |
c(person(given = "Andrew", |
8 | 8 |
family = "McDavid", |
... | ... |
@@ -2,7 +2,7 @@ Type: Package |
2 | 2 |
Package: CellaRepertorium |
3 | 3 |
Title: Data structures, clustering and testing for single |
4 | 4 |
cell immune receptor repertoires (scRNAseq RepSeq/AIRR-seq) |
5 |
-Version: 0.99.1 |
|
5 |
+Version: 0.99.2 |
|
6 | 6 |
Authors@R: |
7 | 7 |
c(person(given = "Andrew", |
8 | 8 |
family = "McDavid", |
Start to use .data pronoun to avoid NOTES about dplyr syntax. This likely ends use of this package for R <= 3.5.
... | ... |
@@ -2,7 +2,7 @@ Type: Package |
2 | 2 |
Package: CellaRepertorium |
3 | 3 |
Title: Data structures, clustering and testing for single |
4 | 4 |
cell immune receptor repertoires (scRNAseq RepSeq/AIRR-seq) |
5 |
-Version: 0.99.0 |
|
5 |
+Version: 0.99.1 |
|
6 | 6 |
Authors@R: |
7 | 7 |
c(person(given = "Andrew", |
8 | 8 |
family = "McDavid", |
... | ... |
@@ -27,7 +27,7 @@ Description: Methods to cluster and analyze high-throughput |
27 | 27 |
hypergeometric models. |
28 | 28 |
License: GPL-3 |
29 | 29 |
Depends: |
30 |
- R (>= 3.5.0) |
|
30 |
+ R (>= 4.0) |
|
31 | 31 |
Imports: |
32 | 32 |
dplyr, |
33 | 33 |
tibble, |
... | ... |
@@ -36,7 +36,7 @@ Imports: |
36 | 36 |
Rcpp, |
37 | 37 |
reshape2, |
38 | 38 |
methods, |
39 |
- rlang, |
|
39 |
+ rlang (>= 0.3), |
|
40 | 40 |
purrr, |
41 | 41 |
Matrix, |
42 | 42 |
S4Vectors, |
... | ... |
@@ -2,7 +2,7 @@ Type: Package |
2 | 2 |
Package: CellaRepertorium |
3 | 3 |
Title: Data structures, clustering and testing for single |
4 | 4 |
cell immune receptor repertoires (scRNAseq RepSeq/AIRR-seq) |
5 |
-Version: 0.98.3 |
|
5 |
+Version: 0.99.0 |
|
6 | 6 |
Authors@R: |
7 | 7 |
c(person(given = "Andrew", |
8 | 8 |
family = "McDavid", |
... | ... |
@@ -12,6 +12,10 @@ Authors@R: |
12 | 12 |
family = "Gu", |
13 | 13 |
role = "aut", |
14 | 14 |
email = "Yu_Gu@urmc.rochester.edu"), |
15 |
+ person(given = 'Erik', |
|
16 |
+ family = 'VonKaenel', |
|
17 |
+ role = 'aut' |
|
18 |
+ ), |
|
15 | 19 |
person(given = 'Thomas Lin', |
16 | 20 |
family = 'Pedersen', |
17 | 21 |
role = 'ctb')) |
... | ... |
@@ -53,7 +57,8 @@ Suggests: |
53 | 57 |
lme4, |
54 | 58 |
RColorBrewer, |
55 | 59 |
SingleCellExperiment, |
56 |
- scater |
|
60 |
+ scater, |
|
61 |
+ broom.mixed |
|
57 | 62 |
LinkingTo: |
58 | 63 |
Rcpp |
59 | 64 |
VignetteBuilder: |
... | ... |
@@ -61,7 +66,7 @@ VignetteBuilder: |
61 | 66 |
Encoding: UTF-8 |
62 | 67 |
LazyData: true |
63 | 68 |
NeedsCompilation: yes |
64 |
-RoxygenNote: 7.1.0 |
|
69 |
+RoxygenNote: 7.1.1 |
|
65 | 70 |
URL: https://github.com/amcdavid/CellaRepertorium |
66 | 71 |
BugReports: https://github.com/amcdavid/CellaRepertorium/issues |
67 | 72 |
Roxygen: list(markdown = TRUE) |
... | ... |
@@ -2,7 +2,7 @@ Type: Package |
2 | 2 |
Package: CellaRepertorium |
3 | 3 |
Title: Data structures, clustering and testing for single |
4 | 4 |
cell immune receptor repertoires (scRNAseq RepSeq/AIRR-seq) |
5 |
-Version: 0.98.2 |
|
5 |
+Version: 0.98.3 |
|
6 | 6 |
Authors@R: |
7 | 7 |
c(person(given = "Andrew", |
8 | 8 |
family = "McDavid", |
... | ... |
@@ -2,7 +2,7 @@ Type: Package |
2 | 2 |
Package: CellaRepertorium |
3 | 3 |
Title: Data structures, clustering and testing for single |
4 | 4 |
cell immune receptor repertoires (scRNAseq RepSeq/AIRR-seq) |
5 |
-Version: 0.98.1 |
|
5 |
+Version: 0.98.2 |
|
6 | 6 |
Authors@R: |
7 | 7 |
c(person(given = "Andrew", |
8 | 8 |
family = "McDavid", |
... | ... |
@@ -61,7 +61,7 @@ VignetteBuilder: |
61 | 61 |
Encoding: UTF-8 |
62 | 62 |
LazyData: true |
63 | 63 |
NeedsCompilation: yes |
64 |
-RoxygenNote: 7.0.2 |
|
64 |
+RoxygenNote: 7.1.0 |
|
65 | 65 |
URL: https://github.com/amcdavid/CellaRepertorium |
66 | 66 |
BugReports: https://github.com/amcdavid/CellaRepertorium/issues |
67 | 67 |
Roxygen: list(markdown = TRUE) |
... | ... |
@@ -2,7 +2,7 @@ Type: Package |
2 | 2 |
Package: CellaRepertorium |
3 | 3 |
Title: Data structures, clustering and testing for single |
4 | 4 |
cell immune receptor repertoires (scRNAseq RepSeq/AIRR-seq) |
5 |
-Version: 0.98.0 |
|
5 |
+Version: 0.98.1 |
|
6 | 6 |
Authors@R: |
7 | 7 |
c(person(given = "Andrew", |
8 | 8 |
family = "McDavid", |
... | ... |
@@ -2,7 +2,7 @@ Type: Package |
2 | 2 |
Package: CellaRepertorium |
3 | 3 |
Title: Data structures, clustering and testing for single |
4 | 4 |
cell immune receptor repertoires (scRNAseq RepSeq/AIRR-seq) |
5 |
-Version: 0.8.1 |
|
5 |
+Version: 0.98.0 |
|
6 | 6 |
Authors@R: |
7 | 7 |
c(person(given = "Andrew", |
8 | 8 |
family = "McDavid", |
... | ... |
@@ -61,7 +61,7 @@ VignetteBuilder: |
61 | 61 |
Encoding: UTF-8 |
62 | 62 |
LazyData: true |
63 | 63 |
NeedsCompilation: yes |
64 |
-RoxygenNote: 6.1.1 |
|
64 |
+RoxygenNote: 7.0.2 |
|
65 | 65 |
URL: https://github.com/amcdavid/CellaRepertorium |
66 | 66 |
BugReports: https://github.com/amcdavid/CellaRepertorium/issues |
67 | 67 |
Roxygen: list(markdown = TRUE) |
... | ... |
@@ -11,8 +11,10 @@ Authors@R: |
11 | 11 |
person(given = "Yu", |
12 | 12 |
family = "Gu", |
13 | 13 |
role = "aut", |
14 |
- email = "Yu_Gu@urmc.rochester.edu")) |
|
15 |
-Maintainer: Andrew McDavid <Andrew_McDavid@urmc.rochester.edu> |
|
14 |
+ email = "Yu_Gu@urmc.rochester.edu"), |
|
15 |
+ person(given = 'Thomas Lin', |
|
16 |
+ family = 'Pedersen', |
|
17 |
+ role = 'ctb')) |
|
16 | 18 |
Description: Methods to cluster and analyze high-throughput |
17 | 19 |
single cell immune cell repertoires, especially from the 10X Genomics |
18 | 20 |
VDJ solution. Contains an R interface to CD-HIT (Li and Godzik 2006). |
... | ... |
@@ -36,7 +38,9 @@ Imports: |
36 | 38 |
S4Vectors, |
37 | 39 |
tidyr, |
38 | 40 |
forcats, |
39 |
- progress |
|
41 |
+ progress, |
|
42 |
+ stats, |
|
43 |
+ utils |
|
40 | 44 |
Suggests: |
41 | 45 |
testthat, |
42 | 46 |
readr, |
... | ... |
@@ -61,3 +65,5 @@ RoxygenNote: 6.1.1 |
61 | 65 |
URL: https://github.com/amcdavid/CellaRepertorium |
62 | 66 |
BugReports: https://github.com/amcdavid/CellaRepertorium/issues |
63 | 67 |
Roxygen: list(markdown = TRUE) |
68 |
+biocViews: RNASeq, Transcriptomics, SingleCell, TargetedResequencing, |
|
69 |
+ Technology, ImmunoOncology, Clustering |
... | ... |
@@ -1,8 +1,8 @@ |
1 | 1 |
Type: Package |
2 | 2 |
Package: CellaRepertorium |
3 |
-Title: Methods for clustering and analyzing high-throughput |
|
4 |
- single cell immune cell repertoires (RepSeq) |
|
5 |
-Version: 0.3.4 |
|
3 |
+Title: Data structures, clustering and testing for single |
|
4 |
+ cell immune receptor repertoires (scRNAseq RepSeq/AIRR-seq) |
|
5 |
+Version: 0.4.0 |
|
6 | 6 |
Authors@R: |
7 | 7 |
c(person(given = "Andrew", |
8 | 8 |
family = "McDavid", |
... | ... |
@@ -35,7 +35,8 @@ Imports: |
35 | 35 |
Matrix, |
36 | 36 |
S4Vectors, |
37 | 37 |
tidyr, |
38 |
- forcats |
|
38 |
+ forcats, |
|
39 |
+ progress |
|
39 | 40 |
Suggests: |
40 | 41 |
testthat, |
41 | 42 |
readr, |
... | ... |
@@ -1,31 +1,41 @@ |
1 |
-Package: CellaRepertorium |
|
2 | 1 |
Type: Package |
3 |
-Title: Methods for clustering and analyzing high-throughput single cell immune cell repertoires (RepSeq) |
|
4 |
-Version: 0.3.0 |
|
5 |
-Author: Andrew McDavid |
|
2 |
+Package: CellaRepertorium |
|
3 |
+Title: Methods for clustering and analyzing high-throughput |
|
4 |
+ single cell immune cell repertoires (RepSeq) |
|
5 |
+Version: 0.3.1 |
|
6 |
+Authors@R: |
|
7 |
+ c(person(given = "Andrew", |
|
8 |
+ family = "McDavid", |
|
9 |
+ role = c('aut', 'cre'), |
|
10 |
+ email = "Andrew_McDavid@urmc.rochester.edu"), |
|
11 |
+ person(given = "Yu", |
|
12 |
+ family = "Gu", |
|
13 |
+ role = "aut", |
|
14 |
+ email = "Yu_Gu@urmc.rochester.edu")) |
|
6 | 15 |
Maintainer: Andrew McDavid <Andrew_McDavid@urmc.rochester.edu> |
7 |
-Description: Methods to cluster and analyze high-throughput single cell immune cell repertoires, |
|
8 |
- especially from the 10X Genomics VDJ solution. |
|
9 |
- Contains an R interface to CD-HIT (Li and Godzik 2006). |
|
10 |
- Tests for specific expansion, as well as omnibus oligoclonality under hypergeometric models. |
|
16 |
+Description: Methods to cluster and analyze high-throughput |
|
17 |
+ single cell immune cell repertoires, especially from the 10X Genomics |
|
18 |
+ VDJ solution. Contains an R interface to CD-HIT (Li and Godzik 2006). |
|
19 |
+ Methods to visualize and analyze paired heavy-light chain data. |
|
20 |
+ Tests for specific expansion, as well as omnibus oligoclonality under |
|
21 |
+ hypergeometric models. |
|
11 | 22 |
License: GPL-3 |
12 |
-Encoding: UTF-8 |
|
13 |
-LazyData: true |
|
14 |
-Depends: R (>= 3.5.0) |
|
23 |
+Depends: |
|
24 |
+ R (>= 3.5.0) |
|
15 | 25 |
Imports: |
16 |
- dplyr, |
|
17 |
- tibble, |
|
18 |
- stringr, |
|
19 |
- Biostrings, |
|
20 |
- Rcpp, |
|
21 |
- reshape2, |
|
22 |
- methods, |
|
23 |
- rlang, |
|
24 |
- purrr, |
|
25 |
- Matrix, |
|
26 |
- S4Vectors, |
|
27 |
- tidyr, |
|
28 |
- forcats |
|
26 |
+ dplyr, |
|
27 |
+ tibble, |
|
28 |
+ stringr, |
|
29 |
+ Biostrings, |
|
30 |
+ Rcpp, |
|
31 |
+ reshape2, |
|
32 |
+ methods, |
|
33 |
+ rlang, |
|
34 |
+ purrr, |
|
35 |
+ Matrix, |
|
36 |
+ S4Vectors, |
|
37 |
+ tidyr, |
|
38 |
+ forcats |
|
29 | 39 |
Suggests: |
30 | 40 |
testthat, |
31 | 41 |
readr, |
... | ... |
@@ -33,8 +43,15 @@ Suggests: |
33 | 43 |
rmarkdown, |
34 | 44 |
ggplot2, |
35 | 45 |
BiocStyle, |
36 |
- ggdendro |
|
37 |
-RoxygenNote: 6.1.1 |
|
38 |
-LinkingTo: Rcpp |
|
46 |
+ ggdendro, |
|
47 |
+ broom, |
|
48 |
+ lme4, |
|
49 |
+ RColorBrewer |
|
50 |
+LinkingTo: |
|
51 |
+ Rcpp |
|
52 |
+VignetteBuilder: |
|
53 |
+ knitr |
|
54 |
+Encoding: UTF-8 |
|
55 |
+LazyData: true |
|
39 | 56 |
NeedsCompilation: yes |
40 |
-VignetteBuilder: knitr |
|
57 |
+RoxygenNote: 6.1.1 |
... | ... |
@@ -1,7 +1,7 @@ |
1 | 1 |
Package: CellaRepertorium |
2 | 2 |
Type: Package |
3 | 3 |
Title: Methods for clustering and analyzing high-throughput single cell immune cell repertoires (RepSeq) |
4 |
-Version: 0.2.4 |
|
4 |
+Version: 0.3.0 |
|
5 | 5 |
Author: Andrew McDavid |
6 | 6 |
Maintainer: Andrew McDavid <Andrew_McDavid@urmc.rochester.edu> |
7 | 7 |
Description: Methods to cluster and analyze high-throughput single cell immune cell repertoires, |
... | ... |
@@ -24,7 +24,8 @@ Imports: |
24 | 24 |
purrr, |
25 | 25 |
Matrix, |
26 | 26 |
S4Vectors, |
27 |
- tidyr |
|
27 |
+ tidyr, |
|
28 |
+ forcats |
|
28 | 29 |
Suggests: |
29 | 30 |
testthat, |
30 | 31 |
readr, |
... | ... |
@@ -1,7 +1,7 @@ |
1 | 1 |
Package: CellaRepertorium |
2 | 2 |
Type: Package |
3 | 3 |
Title: Methods for clustering and analyzing high-throughput single cell immune cell repertoires (RepSeq) |
4 |
-Version: 0.2.3 |
|
4 |
+Version: 0.2.4 |
|
5 | 5 |
Author: Andrew McDavid |
6 | 6 |
Maintainer: Andrew McDavid <Andrew_McDavid@urmc.rochester.edu> |
7 | 7 |
Description: Methods to cluster and analyze high-throughput single cell immune cell repertoires, |
... | ... |
@@ -23,7 +23,8 @@ Imports: |
23 | 23 |
rlang, |
24 | 24 |
purrr, |
25 | 25 |
Matrix, |
26 |
- S4Vectors |
|
26 |
+ S4Vectors, |
|
27 |
+ tidyr |
|
27 | 28 |
Suggests: |
28 | 29 |
testthat, |
29 | 30 |
readr, |
... | ... |
@@ -31,7 +32,7 @@ Suggests: |
31 | 32 |
rmarkdown, |
32 | 33 |
ggplot2, |
33 | 34 |
BiocStyle, |
34 |
- tidyr |
|
35 |
+ ggdendro |
|
35 | 36 |
RoxygenNote: 6.1.1 |
36 | 37 |
LinkingTo: Rcpp |
37 | 38 |
NeedsCompilation: yes |
... | ... |
@@ -1,7 +1,7 @@ |
1 | 1 |
Package: CellaRepertorium |
2 | 2 |
Type: Package |
3 | 3 |
Title: Methods for clustering and analyzing high-throughput single cell immune cell repertoires (RepSeq) |
4 |
-Version: 0.2.2 |
|
4 |
+Version: 0.2.3 |
|
5 | 5 |
Author: Andrew McDavid |
6 | 6 |
Maintainer: Andrew McDavid <Andrew_McDavid@urmc.rochester.edu> |
7 | 7 |
Description: Methods to cluster and analyze high-throughput single cell immune cell repertoires, |
... | ... |
@@ -1,7 +1,7 @@ |
1 | 1 |
Package: CellaRepertorium |
2 | 2 |
Type: Package |
3 | 3 |
Title: Methods for clustering and analyzing high-throughput single cell immune cell repertoires (RepSeq) |
4 |
-Version: 0.2.1 |
|
4 |
+Version: 0.2.2 |
|
5 | 5 |
Author: Andrew McDavid |
6 | 6 |
Maintainer: Andrew McDavid <Andrew_McDavid@urmc.rochester.edu> |
7 | 7 |
Description: Methods to cluster and analyze high-throughput single cell immune cell repertoires, |
... | ... |
@@ -11,6 +11,7 @@ Description: Methods to cluster and analyze high-throughput single cell immune c |
11 | 11 |
License: GPL-3 |
12 | 12 |
Encoding: UTF-8 |
13 | 13 |
LazyData: true |
14 |
+Depends: R (>= 3.5.0) |
|
14 | 15 |
Imports: |
15 | 16 |
dplyr, |
16 | 17 |
tibble, |
... | ... |
@@ -21,10 +22,17 @@ Imports: |
21 | 22 |
methods, |
22 | 23 |
rlang, |
23 | 24 |
purrr, |
24 |
- Matrix |
|
25 |
+ Matrix, |
|
26 |
+ S4Vectors |
|
25 | 27 |
Suggests: |
26 |
- testthat, |
|
27 |
- readr |
|
28 |
-RoxygenNote: 6.1.0 |
|
28 |
+ testthat, |
|
29 |
+ readr, |
|
30 |
+ knitr, |
|
31 |
+ rmarkdown, |
|
32 |
+ ggplot2, |
|
33 |
+ BiocStyle, |
|
34 |
+ tidyr |
|
35 |
+RoxygenNote: 6.1.1 |
|
29 | 36 |
LinkingTo: Rcpp |
30 | 37 |
NeedsCompilation: yes |
38 |
+VignetteBuilder: knitr |
... | ... |
@@ -1,7 +1,7 @@ |
1 | 1 |
Package: CellaRepertorium |
2 | 2 |
Type: Package |
3 | 3 |
Title: Methods for clustering and analyzing high-throughput single cell immune cell repertoires (RepSeq) |
4 |
-Version: 0.2.0 |
|
4 |
+Version: 0.2.1 |
|
5 | 5 |
Author: Andrew McDavid |
6 | 6 |
Maintainer: Andrew McDavid <Andrew_McDavid@urmc.rochester.edu> |
7 | 7 |
Description: Methods to cluster and analyze high-throughput single cell immune cell repertoires, |
... | ... |
@@ -1,25 +1,30 @@ |
1 | 1 |
Package: CellaRepertorium |
2 | 2 |
Type: Package |
3 | 3 |
Title: Methods for clustering and analyzing high-throughput single cell immune cell repertoires (RepSeq) |
4 |
-Version: 0.1.0 |
|
4 |
+Version: 0.2.0 |
|
5 | 5 |
Author: Andrew McDavid |
6 | 6 |
Maintainer: Andrew McDavid <Andrew_McDavid@urmc.rochester.edu> |
7 | 7 |
Description: Methods to cluster and analyze high-throughput single cell immune cell repertoires, |
8 | 8 |
especially from the 10X Genomics VDJ solution. |
9 |
+ Contains an R interface to CD-HIT (Li and Godzik 2006). |
|
9 | 10 |
Tests for specific expansion, as well as omnibus oligoclonality under hypergeometric models. |
10 | 11 |
License: GPL-3 |
11 | 12 |
Encoding: UTF-8 |
12 | 13 |
LazyData: true |
13 | 14 |
Imports: |
14 |
- httr, |
|
15 |
- readr, |
|
16 | 15 |
dplyr, |
17 | 16 |
tibble, |
18 | 17 |
stringr, |
19 | 18 |
Biostrings, |
20 |
- progress, |
|
21 |
- Rcpp |
|
22 |
-Suggests: testthat |
|
19 |
+ Rcpp, |
|
20 |
+ reshape2, |
|
21 |
+ methods, |
|
22 |
+ rlang, |
|
23 |
+ purrr, |
|
24 |
+ Matrix |
|
25 |
+Suggests: |
|
26 |
+ testthat, |
|
27 |
+ readr |
|
23 | 28 |
RoxygenNote: 6.1.0 |
24 | 29 |
LinkingTo: Rcpp |
25 | 30 |
NeedsCompilation: yes |
... | ... |
@@ -5,7 +5,8 @@ Version: 0.1.0 |
5 | 5 |
Author: Andrew McDavid |
6 | 6 |
Maintainer: Andrew McDavid <Andrew_McDavid@urmc.rochester.edu> |
7 | 7 |
Description: Methods to cluster and analyze high-throughput single cell immune cell repertoires, |
8 |
- especially from the 10X Genomics VDJ solution. Tests for specific expansion, as well as omnibus oligoclonality under hypergeometric models. |
|
8 |
+ especially from the 10X Genomics VDJ solution. |
|
9 |
+ Tests for specific expansion, as well as omnibus oligoclonality under hypergeometric models. |
|
9 | 10 |
License: GPL-3 |
10 | 11 |
Encoding: UTF-8 |
11 | 12 |
LazyData: true |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,24 @@ |
1 |
+Package: CellaRepertorium |
|
2 |
+Type: Package |
|
3 |
+Title: Methods for clustering and analyzing high-throughput single cell immune cell repertoires (RepSeq) |
|
4 |
+Version: 0.1.0 |
|
5 |
+Author: Andrew McDavid |
|
6 |
+Maintainer: Andrew McDavid <Andrew_McDavid@urmc.rochester.edu> |
|
7 |
+Description: Methods to cluster and analyze high-throughput single cell immune cell repertoires, |
|
8 |
+ especially from the 10X Genomics VDJ solution. Tests for specific expansion, as well as omnibus oligoclonality under hypergeometric models. |
|
9 |
+License: GPL-3 |
|
10 |
+Encoding: UTF-8 |
|
11 |
+LazyData: true |
|
12 |
+Imports: |
|
13 |
+ httr, |
|
14 |
+ readr, |
|
15 |
+ dplyr, |
|
16 |
+ tibble, |
|
17 |
+ stringr, |
|
18 |
+ Biostrings, |
|
19 |
+ progress, |
|
20 |
+ Rcpp |
|
21 |
+Suggests: testthat |
|
22 |
+RoxygenNote: 6.1.0 |
|
23 |
+LinkingTo: Rcpp |
|
24 |
+NeedsCompilation: yes |