Skip to content

Commit

Permalink
v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vertesy committed Jun 21, 2024
1 parent 7166095 commit 3858af6
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cff-version: 1.2.0
title: vertesy/Seurat.utils
version: v2.7.5
version: v2.8.0
message: >-
If you use this software, please cite it using these metadata.
type: software
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: Seurat.utils
Title: Seurat.utils - utility functions for Seurat
Version: 2.7.5
Version: 2.8.0
Authors@R:
person("Abel", "Vertesy", , "[email protected]", role = c("aut", "cre"))
Author: Abel Vertesy <[email protected]> [aut, cre]
Expand Down Expand Up @@ -59,6 +59,6 @@ Suggests:
RColorBrewer,
SoupX
Encoding: UTF-8
Packaged: 2024-05-27 16:35:31.283439
Packaged: 2024-06-21 12:31:42.585143
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
2 changes: 1 addition & 1 deletion Development/config.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Configuration for the Package
DESCRIPTION <- list(
package.name = "Seurat.utils",
version = "2.7.5",
version = "2.8.0",
title = "Seurat.utils - utility functions for Seurat",
description = "Seurat.utils Is a collection of utility functions for Seurat single cell analysis.
Functions allow 3D plotting, visualisation of statistics & QC,
Expand Down
1 change: 0 additions & 1 deletion R/Seurat.Utils.Visualization.R
Original file line number Diff line number Diff line change
Expand Up @@ -1780,7 +1780,6 @@ qSeuViolin <- function(
if(exists('features')) warning("Use arg. feature instead of features!\n", immediate. = TRUE)

split_col <- unlist(obj[[ident]])
# browser()
if(is.null(w)) w <- ceiling(length(unique(split_col))/6) + 6
message("Plot width: ", w)

Expand Down
4 changes: 2 additions & 2 deletions man/filterNcGenes.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion man/qSeuViolin.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3858af6

Please sign in to comment.