-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNAMESPACE
More file actions
67 lines (66 loc) · 1.81 KB
/
NAMESPACE
File metadata and controls
67 lines (66 loc) · 1.81 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# Generated by roxygen2: do not edit by hand
export(LDAtopicmodel)
export(alignmentMatrix)
export(betaAligned)
export(diagnosticsPlot)
export(diffTopAnalysis)
export(modelAssessment)
export(phyloseqTransformation)
export(plotASVCircular)
export(plotTopicProportion)
export(setUpData)
export(thetaAligned)
export(writeResTable)
import(Rcpp)
import(ggplot2)
import(methods)
import(phyloseq)
importFrom(DESeq2,DESeq)
importFrom(DESeq2,DESeqDataSetFromMatrix)
importFrom(DESeq2,dispersions)
importFrom(DESeq2,estimateDispersions)
importFrom(DESeq2,estimateSizeFactors)
importFrom(DESeq2,sizeFactors)
importFrom(SummarizedExperiment,assay)
importFrom(abind,abind)
importFrom(dplyr,arrange)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,summarize)
importFrom(dplyr,ungroup)
importFrom(ggnewscale,new_scale_fill)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,theme_update)
importFrom(ggplot2,xlab)
importFrom(ggtree,ggtree)
importFrom(ggtree,gheatmap)
importFrom(grDevices,rainbow)
importFrom(magrittr,"%>%")
importFrom(phyloseq,phyloseq)
importFrom(phyloseq,phyloseq_to_deseq2)
importFrom(randomcoloR,distinctColorPalette)
importFrom(reshape2,melt)
importFrom(rstan,Rhat)
importFrom(rstan,ess_bulk)
importFrom(rstan,sampling)
importFrom(rstan,stan)
importFrom(stats,cor)
importFrom(stats,median)
importFrom(stringr,str_c)
importFrom(stringr,str_remove)
importFrom(tibble,as_tibble)
importFrom(tidyr,spread)
importFrom(xtable,xtable)
useDynLib(diffTop, .registration = TRUE)