|
1 |
| -Package: SCpubr |
2 | 1 | Type: Package
|
3 |
| -Title: Generate Publication Ready Visualizations of Single Cell Transcriptomics Data |
4 |
| -Version: 2.0.0.9000 |
5 |
| -Authors@R: person("Enrique", "Blanco-Carmona", email = " [email protected]", role = c("cre", "aut"), comment = c(ORCID = "0000-0002-1208-1691")) |
6 |
| -Description: A system that provides a streamlined way of generating publication ready plots for known Single-Cell transcriptomics data in a “publication ready” format. This is, the goal is to automatically generate plots with the highest quality possible, that can be used right away or with minimal modifications for a research article. |
| 2 | +Package: SCpubr |
| 3 | +Title: Generate Publication Ready Visualizations of Single Cell |
| 4 | + Transcriptomics Data |
| 5 | +Version: 2.0.0 |
| 6 | +Authors@R: |
| 7 | + person("Enrique", "Blanco-Carmona", , " [email protected]", role = c("cre", "aut"), |
| 8 | + comment = c(ORCID = "0000-0002-1208-1691")) |
| 9 | +Description: A system that provides a streamlined way of generating |
| 10 | + publication ready plots for known Single-Cell transcriptomics data in |
| 11 | + a “publication ready” format. This is, the goal is to automatically |
| 12 | + generate plots with the highest quality possible, that can be used |
| 13 | + right away or with minimal modifications for a research article. |
7 | 14 | License: GPL-3
|
8 |
| -Encoding: UTF-8 |
9 |
| -LazyData: true |
10 |
| -LazyDataCompression: xz |
11 |
| -Depends: R (>= 4.0.0) |
12 |
| -Roxygen: list(markdown = TRUE) |
13 |
| -RoxygenNote: 7.2.1 |
14 |
| -URL: https://github.com/enblacar/SCpubr/, https://enblacar.github.io/SCpubr-book/ |
| 15 | +URL: https://github.com/enblacar/SCpubr/, |
| 16 | + https://enblacar.github.io/SCpubr-book/ |
15 | 17 | BugReports: https://github.com/enblacar/SCpubr/issues/
|
| 18 | +Depends: |
| 19 | + R (>= 4.0.0) |
16 | 20 | Suggests:
|
| 21 | + AnnotationDbi, |
17 | 22 | assertthat,
|
| 23 | + AUCell, |
18 | 24 | circlize,
|
| 25 | + cli, |
| 26 | + cluster, |
| 27 | + clusterProfiler, |
19 | 28 | colorspace,
|
20 |
| - covr, |
21 | 29 | ComplexHeatmap,
|
| 30 | + covr, |
| 31 | + decoupleR, |
22 | 32 | dplyr (>= 1.1.0),
|
| 33 | + enrichplot, |
| 34 | + forcats, |
| 35 | + ggalluvial, |
23 | 36 | ggbeeswarm,
|
24 | 37 | ggdist,
|
25 | 38 | ggExtra,
|
26 | 39 | ggh4x,
|
| 40 | + ggnewscale, |
27 | 41 | ggplot2 (>= 3.4.0),
|
28 | 42 | ggplotify,
|
29 | 43 | ggrastr,
|
30 | 44 | ggrepel,
|
31 | 45 | ggridges,
|
32 | 46 | ggsignif,
|
33 | 47 | graphics,
|
| 48 | + infercnv, |
| 49 | + knitr, |
| 50 | + labeling, |
34 | 51 | magrittr,
|
| 52 | + MASS, |
| 53 | + Matrix, |
35 | 54 | methods,
|
36 | 55 | Nebulosa,
|
| 56 | + org.Hs.eg.db, |
37 | 57 | patchwork,
|
38 | 58 | pheatmap,
|
39 | 59 | plyr,
|
40 |
| - rlang, |
41 |
| - scales, |
42 |
| - scattermore, |
43 |
| - Seurat, |
44 |
| - SeuratObject, |
45 |
| - tibble, |
46 |
| - tidyr, |
47 |
| - forcats, |
48 |
| - infercnv, |
49 |
| - knitr, |
50 |
| - Matrix, |
51 | 60 | purrr,
|
52 | 61 | qpdf,
|
| 62 | + RColorBrewer, |
53 | 63 | rgdal,
|
54 | 64 | rjags,
|
| 65 | + rlang, |
55 | 66 | rmarkdown,
|
| 67 | + scales, |
| 68 | + scattermore, |
| 69 | + Seurat, |
| 70 | + SeuratObject, |
56 | 71 | stringr,
|
57 | 72 | svglite,
|
58 |
| - ggalluvial, |
59 | 73 | testthat (>= 3.0.0),
|
60 |
| - viridis, |
| 74 | + tibble, |
| 75 | + tidyr, |
61 | 76 | UCell,
|
62 |
| - AUCell, |
63 |
| - clusterProfiler, |
64 |
| - enrichplot, |
65 |
| - ggnewscale, |
66 |
| - AnnotationDbi, |
67 |
| - org.Hs.eg.db, |
68 |
| - labeling, |
69 |
| - MASS, |
70 |
| - RColorBrewer, |
71 |
| - cluster, |
72 |
| - decoupleR, |
73 |
| - cli, |
74 |
| - withr, |
75 |
| - liana (>= 0.1.6) |
76 |
| -VignetteBuilder: knitr |
| 77 | + viridis, |
| 78 | + withr |
| 79 | +VignetteBuilder: |
| 80 | + knitr |
| 81 | +biocViews: Software, SingleCell, Visualization |
77 | 82 | Config/testthat/edition: 3
|
78 |
| -biocViews: |
79 |
| - Software, SingleCell, Visualization |
80 |
| -Remotes: |
81 |
| - saezlab/liana |
| 83 | +Encoding: UTF-8 |
| 84 | +LazyData: true |
| 85 | +LazyDataCompression: xz |
| 86 | +Roxygen: list(markdown = TRUE) |
| 87 | +RoxygenNote: 7.2.1 |
0 commit comments