Skip to content

Commit

Permalink
fix consensus function
Browse files Browse the repository at this point in the history
  • Loading branch information
stemangiola committed Oct 7, 2024
1 parent a43a6cb commit 2a00719
Show file tree
Hide file tree
Showing 3 changed files with 810 additions and 729 deletions.
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export(annotation_consensus)
export(annotation_label_transfer)
export(calculate_pseudobulk)
export(cell_cycle_scoring)
export(clean_cellxgene_cell_types)
export(convert_gene_names)
export(create_pseudobulk)
export(delete_lines_with_word)
Expand Down Expand Up @@ -192,6 +193,7 @@ importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_remove)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_subset)
importFrom(stringr,str_trim)
Expand Down
4 changes: 2 additions & 2 deletions R/differential_expression.R
Original file line number Diff line number Diff line change
Expand Up @@ -282,10 +282,10 @@ factory_de_fix_effect = function(se_list_input, output_se, formula, method, tier

#' @importFrom rlang sym
#' @importFrom dplyr left_join
#' @importFrom dplyr nest
#' @importFrom tidyr nest
#' @importFrom dplyr group_by
#' @importFrom dplyr mutate
#' @importFrom dplyr unnest
#' @importFrom tidyr unnest
#' @importFrom purrr map
#' @importFrom S4Vectors split
#' @importFrom purrr compact
Expand Down
Loading

0 comments on commit 2a00719

Please sign in to comment.