Skip to content

Commit

Permalink
Fixing codefactor issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
enblacar committed Aug 10, 2023
1 parent 6a27b12 commit 2133f09
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -423,39 +423,39 @@ return_dependencies <- function(){
"RColorBrewer",
"labeling",
"withr"),
"do_AffinityAnalysisPlot" = c("decoupleR"),
"do_AlluvialPlot" = c("ggalluvial"),
"do_AffinityAnalysisPlot" = "decoupleR",
"do_AlluvialPlot" = "ggalluvial",
"do_BarPlot" = c("colorspace", "ggrepel"),
"do_BeeSwarmPlot" = c("colorspace", "ggbeeswarm", "ggrastr"),
"do_BoxPlot" = "ggsignif",
"do_CellularStatesPlot" = c("pbapply", "ggExtra", "ggplotify", "scattermore"),
"do_ChordDiagramPlot" = c("circlize"),
"do_ChordDiagramPlot" = "circlize",
"do_ColorPalette" = NULL,
"do_CopyNumberVariantPlot" = c("ggdist"),
"do_CopyNumberVariantPlot" = "ggdist",
"do_CorrelationPlot" = NULL,
"do_DimPlot" = c("colorspace", "ggplotify", "scattermore"),
"do_DotPlot" = NULL,
"do_EnrichmentHeatmap" = c("UCell", "AUCell"),
"do_ExpressionHeatmap" = NULL,
"do_FeaturePlot" = c("scattermore", "MASS"),
"do_FunctionalAnnotationPlot" = c("clusterProfiler", "enrichplot", "ggnewscale", "AnnotationDbi"),
"do_GeyserPlot" = c("ggdist"),
"do_GeyserPlot" = "ggdist",
"do_GroupedGOTermPlot" = c("clusterProfiler", "AnnotationDbi"),
"do_GroupwiseDEPlot" = NULL,
"do_MetadataPlot" = "cluster",
"do_LigandReceptorPlot" = c("liana"),
"do_LigandReceptorPlot" = "liana",
"do_LoadingsPlot" = NULL,
"do_DiffusionMapPlot" = c("Matrix"),
"do_NebulosaPlot" = c("Nebulosa"),
"do_DiffusionMapPlot" = "Matrix",
"do_NebulosaPlot" = "Nebulosa",
"do_PathwayActivityPlot" = NULL,
"do_RidgePlot" = c("ggridges"),
"do_RidgePlot" = "ggridges",
"do_SCExpressionHeatmap" = NULL,
"do_SCEnrichmentHeatmap" = c("UCell", "AUCell"),
"do_TermEnrichmentPlot" = NULL,
"do_TFActivityPlot" = NULL,
"do_ViolinPlot" = NULL,
"do_VolcanoPlot" = c("ggrepel"),
"save_Plot" = c("svglite"))
"do_VolcanoPlot" = "ggrepel",
"save_Plot" = "svglite")
return(pkg_list)
}

Expand Down

0 comments on commit 2133f09

Please sign in to comment.