-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
35 lines (34 loc) · 836 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(print,ouija_fit)
export(cluster_consistency)
export(consistency_matrix)
export(consistency_matrix_ordered)
export(gene_regulation)
export(map_pseudotime)
export(ouija)
export(peak_times)
export(plot_consistency)
export(plot_diagnostics)
export(plot_expression)
export(plot_peak_times)
export(plot_switch_times)
export(predicted_expression)
export(pseudotime_error)
export(sample_predicted_expression)
export(switch_strengths)
export(switch_times)
import(dplyr)
import(ggplot2)
import(mclust)
import(rstan)
import(viridis)
importFrom(MCMCglmm,posterior.mode)
importFrom(Rcpp,loadModule)
importFrom(coda,mcmc)
importFrom(cowplot,plot_grid)
importFrom(methods,is)
importFrom(rstan,extract)
importFrom(stats,coef)
importFrom(stats,lm)
importFrom(stats,prcomp)
importFrom(tidyr,gather)