-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
47 lines (46 loc) · 1.35 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
# Generated by roxygen2: do not edit by hand
export(cells_between_vertices)
export(cellwise_influences)
export(choose_path)
export(draw_entrain_circos)
export(entrain_cluster_velocities)
export(entrain_velocity)
export(get_expressed_genes)
export(get_expressed_ligands)
export(get_path_ligands)
export(get_senders_interactive)
export(get_traj_ligands_monocle)
export(get_velocity_ligands)
export(get_velocity_ligands_spatial)
export(intersect_seurat_adata)
export(plot_covarying_genes_heatmap)
export(plot_covarying_genes_scatter)
export(plot_influence_proportions)
export(plot_ligand_importance_heatmap)
export(plot_ligand_influences)
export(plot_ligand_targets)
export(plot_ligand_targets_heatmap)
export(plot_ligand_trajectories)
export(plot_likelihoods_heatmap)
export(plot_sender_influence_velocity)
export(plot_velocity_clusters)
export(plot_velocity_ligand_targets)
export(plot_velocity_ligands)
export(plot_velocity_ligands_python)
export(plot_velocity_likelihoods_heatmap)
export(velocity_label_transfer)
export(velocity_ligand_importance_heatmap)
import(Seurat)
import(dplyr)
import(ggplot2)
import(grDevices)
import(methods)
import(shiny)
importFrom(igraph,E)
importFrom(igraph,V)
importFrom(igraph,add_edges)
importFrom(igraph,adjacent_vertices)
importFrom(igraph,degree)
importFrom(igraph,delete_edges)
importFrom(igraph,delete_vertices)
importFrom(tidyr,drop_na)