Skip to content

Commit 390cecd

Browse files
committed
Approved v2.0.0 update.
1 parent aa0e071 commit 390cecd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+104
-7127
lines changed

CRAN-SUBMISSION

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Version: 1.1.2
2-
Date: 2023-01-17 13:07:52 UTC
3-
SHA: 466fe9e44f1ccda22062425774a4743a38045a40
1+
Version: 2.0.0
2+
Date: 2023-08-09 13:21:38 UTC
3+
SHA: aa0e071e38d4c36ab1357304b698d72ffac20e44

DESCRIPTION

+51-45
Original file line numberDiff line numberDiff line change
@@ -1,81 +1,87 @@
1-
Package: SCpubr
21
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.
714
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/
1517
BugReports: https://github.com/enblacar/SCpubr/issues/
18+
Depends:
19+
R (>= 4.0.0)
1620
Suggests:
21+
AnnotationDbi,
1722
assertthat,
23+
AUCell,
1824
circlize,
25+
cli,
26+
cluster,
27+
clusterProfiler,
1928
colorspace,
20-
covr,
2129
ComplexHeatmap,
30+
covr,
31+
decoupleR,
2232
dplyr (>= 1.1.0),
33+
enrichplot,
34+
forcats,
35+
ggalluvial,
2336
ggbeeswarm,
2437
ggdist,
2538
ggExtra,
2639
ggh4x,
40+
ggnewscale,
2741
ggplot2 (>= 3.4.0),
2842
ggplotify,
2943
ggrastr,
3044
ggrepel,
3145
ggridges,
3246
ggsignif,
3347
graphics,
48+
infercnv,
49+
knitr,
50+
labeling,
3451
magrittr,
52+
MASS,
53+
Matrix,
3554
methods,
3655
Nebulosa,
56+
org.Hs.eg.db,
3757
patchwork,
3858
pheatmap,
3959
plyr,
40-
rlang,
41-
scales,
42-
scattermore,
43-
Seurat,
44-
SeuratObject,
45-
tibble,
46-
tidyr,
47-
forcats,
48-
infercnv,
49-
knitr,
50-
Matrix,
5160
purrr,
5261
qpdf,
62+
RColorBrewer,
5363
rgdal,
5464
rjags,
65+
rlang,
5566
rmarkdown,
67+
scales,
68+
scattermore,
69+
Seurat,
70+
SeuratObject,
5671
stringr,
5772
svglite,
58-
ggalluvial,
5973
testthat (>= 3.0.0),
60-
viridis,
74+
tibble,
75+
tidyr,
6176
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
7782
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

NAMESPACE

-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Generated by roxygen2: do not edit by hand
22

33
export(check_dependencies)
4-
export(do_AffinityAnalysisPlot)
54
export(do_AlluvialPlot)
65
export(do_BarPlot)
76
export(do_BeeSwarmPlot)
@@ -11,7 +10,6 @@ export(do_ChordDiagramPlot)
1110
export(do_ColorPalette)
1211
export(do_CopyNumberVariantPlot)
1312
export(do_CorrelationPlot)
14-
export(do_DiffusionMapPlot)
1513
export(do_DimPlot)
1614
export(do_DotPlot)
1715
export(do_EnrichmentHeatmap)
@@ -21,17 +19,11 @@ export(do_FunctionalAnnotationPlot)
2119
export(do_GeyserPlot)
2220
export(do_GroupedGOTermPlot)
2321
export(do_GroupwiseDEPlot)
24-
export(do_LigandReceptorPlot)
25-
export(do_LoadingsPlot)
26-
export(do_MetadataPlot)
2722
export(do_NebulosaPlot)
2823
export(do_PathwayActivityPlot)
2924
export(do_RidgePlot)
30-
export(do_SCEnrichmentHeatmap)
31-
export(do_SCExpressionHeatmap)
3225
export(do_TFActivityPlot)
3326
export(do_TermEnrichmentPlot)
3427
export(do_ViolinPlot)
3528
export(do_VolcanoPlot)
3629
export(package_report)
37-
export(save_Plot)

NEWS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Many (except a few selected cases) of the functions that returned list of differ
1919
- `SCpubr::do_MetadataPlot()` to generate metadata heatmaps with ease both from Seurat object or from a data frame. Will be first released as part of the `development version` and then released in CRAN as part of future updates. The idea is to gather feedback from users before officially releasing it.
2020
- `SCpubr::do_SCExpressionHeatmap()` to generate heatmaps of expression of genes across all cells in the dataset. Will be first released as part of the `development version` and then released in CRAN as part of future updates. The idea is to gather feedback from users before officially releasing it.
2121
- `SCpubr::do_SCEnrichementHeatmap()` to generate heatmaps of enrichment of genes across all cells in the dataset. Will be first released as part of the `development version` and then released in CRAN as part of future updates. The idea is to gather feedback from users before officially releasing it.
22-
- `SCpubr::do_AffinityAnalysisPlot()` to assess the affinity of gene sets to subset of cells in the Seurat objects using the weighted means algorithms from [DecoupleR](https://saezlab.github.io/decoupleR/). Will be first released as part of the `development version` and then released in CRAN as part of future updates. The idea is to gather feedback from users before officially releasing it.
22+
- `SCpubr::do_AffinityAnalysisPlot()` to assess the affinity of gene sets to subset of cells in the Seurat objects using the weighted means algorithms from DecoupleR. Will be first released as part of the `development version` and then released in CRAN as part of future updates. The idea is to gather feedback from users before officially releasing it.
2323
- `SCpubr::do_LoadingsPlot()` to generate a summary heatmap of the PCA loadings (top and bottom scored genes for each PC) together with a expression heatmap of the same genes. Will be first released as part of the `development version` and then released in CRAN as part of future updates. The idea is to gather feedback from users before officially releasing it.
2424
- `SCpubr::do_DiffusionMapPlot()` to analyze the output of a diffusion map analysis on the context of enrichment in gene sets used for the generation of the diffusion map. Will be first released as part of the `development version` and then released in CRAN as part of future updates. The idea is to gather feedback from users before officially releasing it.
2525
- `SCpubr::check_dependencies()` to generate a per-function summary of the needed packages to run the function. The report has been enhanced with `cli` package and now clearly illustrates what is missing to run the function.

0 commit comments

Comments
 (0)