# Generated by roxygen2: do not edit by hand

export(boxplot_lr_group_comparison)
export(circle_plot)
export(dot_plot)
export(dotplot_lr_continuous_group)
export(filter_lr_all)
export(filter_lr_single)
export(heatmap_sample)
export(load_example_seurat)
export(lr_linear_model_discrete)
export(one_step_all)
export(one_step_single)
export(pca_sample)
export(score_lr_all)
export(score_lr_single)
importFrom(Matrix,rowSums)
importFrom(RColorBrewer,brewer.pal)
importFrom(broom,tidy)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,count)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,slice_head)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(dplyr,where)
importFrom(ggplot2,aes)
importFrom(ggplot2,after_stat)
importFrom(ggplot2,coord_fixed)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_brewer)
importFrom(ggplot2,scale_color_gradientn)
importFrom(ggplot2,scale_radius)
importFrom(ggplot2,scale_size)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(ggpubr,ggboxplot)
importFrom(ggpubr,stat_compare_means)
importFrom(ggpubr,stat_cor)
importFrom(ggpubr,stat_regline_equation)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,recordPlot)
importFrom(igraph,E)
importFrom(igraph,V)
importFrom(igraph,delete_edges)
importFrom(igraph,ends)
importFrom(igraph,graph_from_adjacency_matrix)
importFrom(igraph,layout_in_circle)
importFrom(parallel,makeCluster)
importFrom(parallel,parLapply)
importFrom(parallel,stopCluster)
importFrom(pbmcapply,pbmclapply)
importFrom(pheatmap,pheatmap)
importFrom(purrr,map_dfr)
importFrom(reshape2,dcast)
importFrom(rlang,.data)
importFrom(scales,alpha)
importFrom(scales,col_numeric)
importFrom(scales,hue_pal)
importFrom(scales,rescale)
importFrom(stats,aggregate)
importFrom(stats,coef)
importFrom(stats,cor.test)
importFrom(stats,lm)
importFrom(stats,na.omit)
importFrom(stats,p.adjust)
importFrom(stats,prcomp)
importFrom(stats,quantile)
importFrom(stats,reformulate)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,wilcox.test)
importFrom(stringr,str_match)
importFrom(tibble,column_to_rownames)
importFrom(tibble,rownames_to_column)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,separate)
importFrom(tidyselect,all_of)
importFrom(utils,combn)
importFrom(utils,head)
importFrom(utils,packageVersion)
