More hotfixes in unit tests to comply with CRAN checks.
Hotfixes in unit tests to comply with CRAN checks.
element_line
,do_AlluvialPlot()
,
do_AzimuthAnalysisPlot()
,
do_ExpressionHeatmap()
, do_GroupedGOTermPlot()
and do_FunctionalAnnotationPlot()
.legend.ncol
, legend.nrow
,
legend.title
and legend.byrow
to as many
functions as possible to further customize legend appearance.SCpubr::do_BeeSwarmPlot()
min.cutoff
and max.cutoff
parameter.viridis_direction
parameter to control how the
continuous color scale is formed.return_object
parameter to return the Seurat
object with the enrichment scores computed.legend.position
conditional of whether
continuous_feature
is set to TRUE. If it is false, legend
is not displayed unless the user specifies otherwise.SCpubr::do_BarPlot()
flip
and
split.by
.x_lab
and y_lab
would
not rotate accordingly when using flip = TRUE
.SCpubr::do_BeeSwarmPlot()
groupOnX
parameter of
geom_quarirandom
. This will likely affect users with a
lower version.SCpubr::do_BoxPlot()
assay
to NULL and will default to the default assay
in the seurat object.SCpubr::do_CellularStatesPlot()
SCpubr::do_CorrelationPlot()
viridis_direction
parameter.SCpubr::do_DimPlot()
legend.title
was
used.split.by
works, so that
now only one legend is displayed for the whole group and cells have
border.label.size
and label.box
parameters
for further customize the appearance of the plot when using
label = TRUE
.repel
to FALSE
by default.SCpubr::do_EnrichmentHeatmap()
flavor = "AUCell"
, that lets the user compute
AUCell scoring of the gene sets.group.by
parameters
at the same time.group.by
to be returned properly,
leading to the last value of group.by
replacing all the
rest.SCpubr::do_FeaturePlot()
label
, label.size
and
label.color
parameter to reproduce the same behavior as in
Seurat::FeaturePlot()
.SCpubr::do_GroupwiseDEPlot()
assay
to NULL and will default to the default assay
in the seurat object.SCpubr::do_LigandReceptorPlot()
arrange_interactions_by
to control how output
interactions are arranged (either by aggregate_rank, specificity,
magnitude or a combination of magnitude and specificity).sort_interactions_alphabetically
to control
whether the output dotplot has the interactions ordered alphabetically
or as they come in the original matrix (meaning, they follow the
arrangement specified in arrange_interactions_by
). ((liana’s issue
#72))do_PathwayActivityPlot()
enforce_symmetry
is set to
FALSE
, then the color scale turns into a viridis-based one
instead of a two-color gradient scale.do_TFActivityPlot()
enforce_symmetry
is set to
FALSE
, then the color scale turns into a viridis-based one
instead of a two-color gradient scale.SCpubr::do_ViolinPlot()
colors.use
.do_GeyserPlot
with
categorical variables had a bug that mapped the legend to the continuous
axis.min.cutoff
and max.cutoff
parameter
to effectively subset the color scale and remove the effect of extreme
outliers in all ComplexHeatmap-based functions.min.cutoff
and max.cutoff
parameter
to effectively subset the color scale and remove the effect of extreme
outliers in all ggplot2-based functions susceptible to be biased by
outliers.SCpubr::do_DimPlot()
split.by
and
group.by
in combination, the cells colored on top of the
UMAP also have a border.split.by
and
group.by
in combination, the extra new layers would not
raster if raster = TRUE
.split.by
and
group.by
in combination, no plots will appear if
ncol
is set.plot_density_contour
.raster.dpi
to Seurat
versions higher or equal to 4.1.0.SCpubr::do_EnrichmentHeatmap()
plot_FeaturePlots
and
plot_GeyserPlots
to also report the enrichment scores in a
gene set-based manner.flavor
parameter, that accepts
Seurat
and UCell
to allow for different
enrichment scoring methods. It requires R 4.2.0
to
run.symmetrical_scale
to
enforce_symmetry
to have a greater coherence across
functions.SCpubr::do_FeaturePlot()
plot_density_contour
.raster.dpi
to Seurat
versions higher or equal to 4.1.0.SCpubr::do_GeyserPlot()
color.by
implementation due to it being very
buggy. This will be re-implemented in a future patch.SCpubr::do_RidgePlot()
assay = "RNA"
or,
in fact, any other assay rather than SCT
will result in an
error.SCpubr::do_ViolinPlot()
split.by
was an actual line of code.legend.title
parameter to control the title of
the legend.SCpubr::save_Plot()
SCpubr::do_LigandReceptorPlot()
and
SCpubr::do_SankeyPlot()
.enforce_symmetry = TRUE
to have the middle color as grey95
instead of the previous
one, which made middle values seem closer to the positive end of the
scale.rotate_x_axis_labels
parameter in all
functions that made use of it. Now, instead of accepting a
logical
, accepts a numeric
: either
0
, 45
or 90
, corresponding to the
degrees in which the X axis labels should be rotated. (#5)SCpubr::do_CopyNumberVariantPlot
SCpubr::do_CopyNumberVariantPlot
to also report results for the whole chromosome as well as for each
chromosome arm.verbose
argument to
SCpubr::do_CopyNumberVariantPlot
to silence the messages
when there are not enough genes in the chromosome to perform the
analysis.SCpubr::do_DimPlot()
SCpubr::do_DimPlot()
when cell borders are displayed.group.by
and split.by
functionality
to SCpubr::do_DimPlot()
. (#4)SCpubr::do_DotPlot()
SCpubr::do_FeaturePlot()
SCpubr::do_FeaturePlot
when
setting enforce_symmetry = TRUE
.order
in
SCpubr::do_FeaturePlot()
from TRUE
to
FALSE
.min.cutoff
and max.cutoff
parameters
to SCpubr::do_FeaturePlot()
. This allows to effectively
subset the color scale to the values provided. Cells outside the range
will be converted to the min or max values provided, respectively. (#2)SCpubr::do_GeyserPlot()
flip
parameter.SCpubr::do_GroupwiseDEPlot()
SCpubr::do_GroupwiseDEPlot
in which the
heatmap could not be computed. (#3)SCpubr::do_GroupwiseDEPlot
. (#3)SCpubr::do_LigandReceptorPlot()
(development release)x_labels_angle
to
rotate_x_axis_labels
to keep a consistent terminology.SCpubr::do_RidgePlot()
panel.grid.minor
to
be displayed in SCpubr::do_Ridgeplot()
.flip
parameter.SCpubr::do_ViolinPlot()
split.by
functionality to
SCpubr::do_ViolinPlot()
. (#4, #5)flip
parameter.feature
parameter to features
, to
better reflect the multiple feature behavior.Seurat
’s share.y.lims
behavior
and set it to share.y.lims
parameter. (#5)SCpubr::save_Plot()
SCpubr::do_LigandReceptorPlot()
and
SCpubr::do_SankeyPlot()
.SCpubr::save_Plot()
SCpubr::do_LigandReceptorPlot()
and
SCpubr::do_SankeyPlot()
.Seurat
do not require this to be installed. This is just
for the very side case in which somebody downloads the package just for
the SCpubr::do_ColorPalette()
function.individual.titles
,
’individual.subtitlesand
individual.captionsin
SCpubr::do_NebulosaPlot()`
as the benefit of such parameters did not surpass the problems the code
was causing. The feature might come back in the future, once fully
optimized.SCpubr::save_Plot()
function to align with CRAN
policies that the package should not write to the file system. The code
is still available in the v0.0.0.0.9000 release in Github.SCpubr::do_LigandReceptorPlot()
,
SCpubr::do_SankeyPlot()
and
SCpubr::do_PseudotimePlot()
to align with CRAN policies and
make it possible to publish the package. These functions can still be
accessed in the v0.0.0.0.9000 release in Github.SCpubr::do_PseudotimePlot()
for the reason
above and because the dependency Matrix.utils
was removed
from CRAN on 09-10-2022.SCpubr::save_Plot()
SCpubr::do_LigandReceptorPlot()
and
SCpubr::do_SankeyPlot()
.NEWS.md
file to track changes to the
package.