-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
39 lines (38 loc) · 1.02 KB
/
NAMESPACE
File metadata and controls
39 lines (38 loc) · 1.02 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
# Generated by roxygen2: do not edit by hand
export(IntraTalker_analysis)
export(add_entry_to_CTR_dataframe)
export(add_entry_to_Regulon_dataframe)
export(add_node_type)
export(combine_LR_and_TF)
export(combine_LR_and_TF_complexes)
export(combine_LR_and_TF_unfiltered)
export(condition_comparison_significant)
export(condition_comparison_significant_Seurat)
export(convert_seurat_to_anndata)
export(create_empty_CTR_dataframe)
export(create_empty_Regulon_dataframe)
export(generate_CrossTalkeR_input)
export(generate_intracellular_network)
export(get_significant_tfs)
export(plot_condition_tf_activities)
export(plot_condition_tf_activities_compressed)
export(plot_highly_variable_tfs)
export(plot_tf_activity)
export(plot_tf_activity_compressed)
export(save_variable_tf_scores)
export(validate_input_arguments)
import(ComplexHeatmap)
import(Seurat)
import(dplyr)
import(ggplot2)
import(glue)
import(grid)
import(maditr)
import(pheatmap)
import(qpdf)
import(rcompanion)
import(sceasy)
import(scran)
import(stringr)
import(tibble)
import(tidyr)