-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
56 lines (55 loc) · 1.28 KB
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
export(append_dataframe)
export(append_many_csv)
export(camel_to_snake_case)
export(celldex_switch)
export(check_if_a_in_b)
export(chunker)
export(coalesce_colnames)
export(collate)
export(counts_from_seurat)
export(dataframe_row_from_named_list)
export(default_colors_plotly)
export(dict_zip)
export(dotsep_to_snake_case)
export(fillna)
export(filter_dataframe_column_by_list)
export(filter_list_for_match)
export(find_first_match_index)
export(get_unique_values)
export(items_in_a_not_b)
export(join_many_csv)
export(list_files)
export(load_rdata)
export(most_frequent_item)
export(multi_melt)
export(multiple_replacement)
export(n_items_from_list)
export(pivot)
export(plot_bar)
export(plot_gel)
export(plot_heatmap)
export(plot_multiscatter)
export(plot_scatter)
export(plot_single_line)
export(plot_violin)
export(plot_volcano)
export(plot_waterfall)
export(random_hash)
export(read_10x)
export(read_csv_or_tsv)
export(read_excel_or_csv)
export(read_text)
export(read_tsv_from_text)
export(rename_columns)
export(replace_specific_items)
export(reset_index)
export(rev_df)
export(run_standard_analysis_workflow)
export(savefig)
export(smelt)
export(snake_to_title_case)
export(stranspose)
export(substr_right)
export(title_to_snake_case)
export(txt_strip)