-
Notifications
You must be signed in to change notification settings - Fork 5
/
NAMESPACE
54 lines (50 loc) · 1.29 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
#Has few conflicts in methods.
# TODO : Use importFrom, will remove warnings.
# import(corrplot)
import(pls)
import(yacca)
import(FRCC)
import(STRINGdb)
import(RCurl)
import(BiocCheck)
import(httr)
import(XML)
import(RJSONIO)
import(plyr)
import(mygene)
import(gridExtra)
import(CCA)
import(utils)
importFrom("grDevices", "dev.off", "png")
importFrom("graphics", "par")
importFrom("stats", "biplot", "predict")
import(igraph)
# Export NEW PUBLIC API
export(clusterUsingOntology)
export(mergeChEBIOntologyWithChildFavoring)
export(mapReactomePathwaysUnderOrganism)
export(getStringNeighbours)
export(readGroupsAsDf)
export(makeCanonicalCorrelationAnalysis)
export(plotCanonicalCorrelationAnalysisResults)
export(makePartialLeastSquaresRegression)
export(plotRmsepForPLS)
export(plotRegression)
export(createFunctionalInteractionsDataFrame)
export(makePermutationTestOnCCA)
export(makeCCAOnGroups)
export(makePermutationTestOnPLS)
export(makePLSOnGroups)
# DEV Exports.
export(mapFromStringIdsToEnsembleIds)
export(getSymbolsBaseOnEnsemblPeptidIdsUsingMyGenePackage)
export(firstExistsInReactomeChebiOntology)
# Expoet functions
export(setUpReactomeMapping)
export(decorateByReactomeData)
export(decorateByStringDbData)
# Export CONST
export(taxonIdToReactomeCodes)
# Fill it in future.
exportClasses()
exportMethods()