Skip to content

Commit

Permalink
🔧Adjusted parameters of some functions
Browse files Browse the repository at this point in the history
  • Loading branch information
zerostwo committed Oct 8, 2023
1 parent ee4a389 commit c29a837
Show file tree
Hide file tree
Showing 15 changed files with 923 additions and 632 deletions.
5 changes: 5 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@ Imports:
ggsignif,
magrittr,
monochromeR,
RColorBrewer,
rlang
Suggests:
ggsci,
Seurat,
SeuratObject,
stringr,
testthat (>= 3.0.0)
Config/testthat/edition: 3
3 changes: 3 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ export(cat_modify_color)
export(cat_modify_data)
export(cat_modify_plot)
export(cat_save)
export(cat_set_path)
export(cat_vlnplot)
export(create_ap)
export(generate_colors)
export(scale_color_catplot)
export(scale_fill_catplot)
export(theme_cat)
importFrom(RColorBrewer,brewer.pal)
importFrom(dplyr,arrange)
importFrom(dplyr,case_when)
importFrom(dplyr,desc)
Expand Down Expand Up @@ -71,3 +73,4 @@ importFrom(magrittr,"%>%")
importFrom(rlang,"%||%")
importFrom(rlang,arg_match0)
importFrom(rlang,list2)
importFrom(utils,write.csv)
Loading

0 comments on commit c29a837

Please sign in to comment.