Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
vertesy committed Jun 12, 2024
1 parent 73b03fa commit 94734f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions R/Seurat.Utils.Metadata.R
Original file line number Diff line number Diff line change
Expand Up @@ -1083,7 +1083,7 @@ plotMetadataCorHeatmap <- function(
cutree_rows = n_cutree, cutree_cols = n_cutree
)
wplot_save_pheatmap(
x = pl, width = w, ,
x = pl, width = w,
plotname = FixPlotName(make.names(main), suffix, "pdf")
)
}
Expand Down Expand Up @@ -1160,7 +1160,7 @@ heatmap_calc_clust_median <- function(
...
)
wplot_save_pheatmap(
x = pl, width = w, ,
x = pl, width = w,
plotname = FixPlotName(make.names(plot_name), suffix, "pdf")
)
}
Expand Down
4 changes: 1 addition & 3 deletions R/Seurat.Utils.Visualization.R
Original file line number Diff line number Diff line change
Expand Up @@ -2636,7 +2636,7 @@ PlotTopGenesPerCluster <- function(
message(" > Running PlotTopGenesPerCluster...")

topX.markers <- GetTopMarkers(
df = df_markers, n = nrGenes,
dfDE = df_markers, n = nrGenes,
order.by = order.by
)

Expand Down Expand Up @@ -4217,5 +4217,3 @@ suPlotVariableFeatures <- function(obj = combined.obj, NrVarGenes = 15,





0 comments on commit 94734f8

Please sign in to comment.