-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
77 lines (76 loc) · 2.14 KB
/
NAMESPACE
File metadata and controls
77 lines (76 loc) · 2.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# Generated by roxygen2: do not edit by hand
export(TS_DEenrichRPlot)
export(TS_FindConservedMarkers)
export(TS_Find_DEGs_and_overlap)
export(TS_IGHV_usage_prop_with_stats)
export(TS_Seurat_from_file)
export(TS_add_sig_segments_and_labels)
export(TS_calculate_ratios)
export(TS_cellnumbers_per_PC_and_resolution)
export(TS_compute_pairwise_fisher)
export(TS_dataframe_to_fasta)
export(TS_export_cluster_ids)
export(TS_export_named_ids)
export(TS_extract_ig_mean_median_rank_per_PC)
export(TS_extract_ig_ranks_per_PC)
export(TS_extract_ranked_genes_per_PC)
export(TS_featureplots)
export(TS_format_IMGT_to_cellranger)
export(TS_plot_3D)
export(TS_plot_IG_usage)
export(TS_plot_IG_usage_legacy)
export(TS_plot_column_chart)
export(TS_plot_column_pattern_chart)
export(TS_plot_counts_boxplot)
export(TS_plot_counts_violin)
export(TS_plot_enrichR)
export(TS_project_scRNAseq_dataset)
export(TS_project_scRNAseq_dataset_export_query)
export(TS_run_enrichR)
export(TS_seurat_object_stats)
export(TS_svg_from_featureplot)
export(TS_svg_from_plot)
export(TS_visdimloadings)
export(ram_usage)
import(ggpattern)
importFrom(dplyr,"%>%")
importFrom(dplyr,all_of)
importFrom(dplyr,arrange)
importFrom(dplyr,case_when)
importFrom(dplyr,count)
importFrom(dplyr,enquo)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,n_distinct)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,sym)
importFrom(dplyr,ungroup)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,theme)
importFrom(ggplot2,ylab)
importFrom(ggplot2,ylim)
importFrom(ggrepel,geom_label_repel)
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(purrr,map2_dbl)
importFrom(purrr,map_dfr)
importFrom(purrr,pluck)
importFrom(rlang,.data)
importFrom(stats,fisher.test)
importFrom(stats,p.adjust)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_sub)
importFrom(tibble,deframe)
importFrom(tidyr,complete)
importFrom(tidyr,nest)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,unnest)