Skip to content

Commit

Permalink
Merge pull request #68 from wvictor14/add_slice
Browse files Browse the repository at this point in the history
Add slice_ functions
  • Loading branch information
stemangiola authored Aug 22, 2023
2 parents 07426ae + 468f29f commit d08b38b
Show file tree
Hide file tree
Showing 6 changed files with 452 additions and 154 deletions.
14 changes: 14 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ S3method(sample_n,Seurat)
S3method(select,Seurat)
S3method(separate,Seurat)
S3method(slice,Seurat)
S3method(slice_head,Seurat)
S3method(slice_max,Seurat)
S3method(slice_min,Seurat)
S3method(slice_sample,Seurat)
S3method(slice_tail,Seurat)
S3method(summarise,Seurat)
S3method(tbl_format_header,tidySeurat)
S3method(tidy,Seurat)
Expand Down Expand Up @@ -72,7 +76,11 @@ export(sample_n)
export(select)
export(separate)
export(slice)
export(slice_head)
export(slice_max)
export(slice_min)
export(slice_sample)
export(slice_tail)
export(summarise)
export(tbl_format_header)
export(tidy)
Expand Down Expand Up @@ -108,7 +116,11 @@ importFrom(dplyr,sample_n)
importFrom(dplyr,select)
importFrom(dplyr,select_if)
importFrom(dplyr,slice)
importFrom(dplyr,slice_head)
importFrom(dplyr,slice_max)
importFrom(dplyr,slice_min)
importFrom(dplyr,slice_sample)
importFrom(dplyr,slice_tail)
importFrom(dplyr,summarise)
importFrom(dplyr,vars)
importFrom(ellipsis,check_dots_used)
Expand All @@ -135,6 +147,7 @@ importFrom(purrr,reduce)
importFrom(purrr,when)
importFrom(rlang,":=")
importFrom(rlang,dots_values)
importFrom(rlang,enexpr)
importFrom(rlang,enquo)
importFrom(rlang,enquos)
importFrom(rlang,expr)
Expand All @@ -152,6 +165,7 @@ importFrom(tibble,as_tibble)
importFrom(tibble,column_to_rownames)
importFrom(tibble,enframe)
importFrom(tibble,glimpse)
importFrom(tibble,rowid_to_column)
importFrom(tidyr,extract)
importFrom(tidyr,nest)
importFrom(tidyr,pivot_longer)
Expand Down
Loading

0 comments on commit d08b38b

Please sign in to comment.