-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
41 lines (40 loc) · 1.1 KB
/
NAMESPACE
File metadata and controls
41 lines (40 loc) · 1.1 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
# Generated by roxygen2: do not edit by hand
export(COSICC_DA_group)
export(COSICC_DA_lineage)
export(COSICC_kinetics)
export(compute_and_plot_pseudotime)
export(find_dynamic_genes)
export(simulate_sce)
export(simulate_sce_kinetics)
export(simulate_seurat)
import(SingleCellExperiment)
import(dplyr)
import(ggplot2)
import(ggthemes)
import(scater)
import(scran)
import(splatter)
importFrom(Seurat,CreateSeuratObject)
importFrom(Seurat,FindVariableFeatures)
importFrom(Seurat,NormalizeData)
importFrom(Seurat,RunPCA)
importFrom(Seurat,RunUMAP)
importFrom(Seurat,ScaleData)
importFrom(SummarizedExperiment,colData)
importFrom(destiny,DiffusionMap)
importFrom(destiny,eigenvectors)
importFrom(ggrepel,geom_text_repel)
importFrom(scales,pseudo_log_trans)
importFrom(scater,logNormCounts)
importFrom(scater,runPCA)
importFrom(scater,runUMAP)
importFrom(splatter,splatSimulate)
importFrom(splatter,splatSimulatePaths)
importFrom(stats,complete.cases)
importFrom(stats,cor)
importFrom(stats,fisher.test)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,p.adjust)
importFrom(stats,runif)
importFrom(stats,wilcox.test)