diff --git a/DESCRIPTION b/DESCRIPTION index 3bab1f0011..ab1d47602c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -3,7 +3,7 @@ Type: Package Title: Custom Visualizations & Functions for Streamlined Analyses of Single Cell Sequencing Description: Collection of functions created and/or curated to aid in the visualization and analysis of single-cell data using 'R'. 'scCustomize' aims to provide 1) Customized visualizations for aid in ease of use and to create more aesthetic and functional visuals. 2) Improve speed/reproducibility of common tasks/pieces of code in scRNA-seq analysis with a single or group of functions. For citation please use: Marsh SE (2021) "Custom Visualizations & Functions for Streamlined Analyses of Single Cell Sequencing" RRID:SCR_024675. Version: 2.1.0 -Date: 2024-02-16 +Date: 2024-02-21 Authors@R: c( person(given = "Samuel", family = "Marsh", email = "samuel.marsh@childrens.harvard.edu", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-3012-6945")), person(given = "Ming", family = "Tang", role = c("ctb"), email = "tangming2005@gmail.com"), diff --git a/NEWS.md b/NEWS.md index af60d0ed16..ac7aa34798 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# scCustomize 2.1.0 (2024-02-16) +# scCustomize 2.1.0 (2024-02-21) ## Added - Added `title_prefix` parameter to `Iterate_DimPlot_bySample` to unify with `Meta_Highlight_Plot`. - Added function `Split_Vector` to split vector in chunks of predetermined sizes.