-
Notifications
You must be signed in to change notification settings - Fork 9
/
NAMESPACE
76 lines (75 loc) · 1.75 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# Generated by roxygen2: do not edit by hand
export(Bootstrap_LOOCV_LR_AUC)
export(Chisq_Test_Pam)
export(Fisher_Test_Pam)
export(GET_PAM)
export(LOOAUC_simple_multiple_noplot_one_df)
export(LOOAUC_simple_multiple_one_df)
export(TranslateIdToTaxLevel)
export(Wilcox_Test_df)
export(findRAfromCount)
export(findTaxonMat)
export(findTaxonomy)
export(findTaxonomy300)
export(getShinyInput)
export(getShinyInputCombat)
export(getShinyInputOrig)
export(getSignatureFromMultipleGlmnet)
export(grepTid)
export(loadPathoscopeReports)
export(loadPstat)
export(log2CPM)
export(pathostat1)
export(percent)
export(phyloseq_to_edgeR)
export(plotPCAPlotly)
export(plotPCoAPlotly)
export(readPathoscopeData)
export(runPathoStat)
export(savePstat)
export(setShinyInput)
export(setShinyInputCombat)
export(setShinyInputOrig)
export(summarizeTable)
exportClasses(PathoStat)
import(BiocStyle)
import(DT)
import(ape)
import(corpcor)
import(devtools)
import(edgeR)
import(ggplot2)
import(glmnet)
import(graphics)
import(knitr)
import(limma)
import(matrixStats)
import(methods)
import(phyloseq)
import(rentrez)
import(reshape2)
import(stats)
import(tidyr)
import(vegan)
import(webshot)
importFrom(DESeq2,DESeqDataSetFromMatrix)
importFrom(DESeq2,estimateDispersions)
importFrom(DESeq2,nbinomWaldTest)
importFrom(DESeq2,results)
importFrom(DESeq2,sizeFactors)
importFrom(ROCR,performance)
importFrom(ROCR,prediction)
importFrom(dplyr,add_rownames)
importFrom(dplyr,mutate_each)
importFrom(dplyr,select_)
importFrom(gmodels,ci)
importFrom(plotly,plot_ly)
importFrom(plyr,ddply)
importFrom(plyr,numcolwise)
importFrom(scales,percent_format)
importFrom(shiny,getShinyOption)
importFrom(shiny,runApp)
importFrom(shiny,shinyOptions)
importFrom(shinyjs,useShinyjs)
importFrom(utils,browseURL)
importFrom(utils,read.table)