-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
executable file
·80 lines (79 loc) · 2.07 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
77
78
79
80
export("AddAPCluster");
export("AddHref");
export("BiclusterFromList");
export("CalculateColoredBlockSize");
export("CollectGwasDbData");
export("ConnectToGwasDb");
export("ConnectToVariantPositionDb");
export("ConvertPath2Relative");
export("ConvertPdf2Png");
export("CalcLmSigma");
export("CountWordsFreq");
export("CreateDatatable");
export("FormatNumeric");
export("GetBluePickogramColors");
export("GetColorPanelTypes");
export("GetColors");
export("GetColorTypes");
export("GetGenomeAlias");
export("GetPrimeColors");
export("GetRowStat");
export("GetRowStatTypes");
export("GroupSamples");
export("HtmlGeneFactoid");
export("HtmlKeyValue");
export("LookupGeneSynonym");
export("MatchPWM");
export("PlainDocGene");
export("PlainDocMining");
export("PlotBarFromList");
export("PlotBoxFromList");
export("PlotColoredBlock");
export("PlotCumulativeFromList");
export("PlotDensityFromList");
export("PlotGroup");
export("PlotGroupTypes");
export("PlotHeatmap");
export("PlotHeatmap.2");
export("PlotLogScatter");
export("PlotMatrixGroup");
export("PlotMatrixGroupBar");
export("PlotMatrixGroupBox");
export("PlotMatrixGroupCumulative");
export("PlotMatrixGroupDensity");
export("PlotMatrixGroupHeatmap");
export("PlotMatrixGroupTypes");
export("PlotPairDiff");
export("PlotPairDiffBar");
export("PlotPairDiffBox");
export("PlotPairDiffDens");
export("PlotPairDiffMa");
export("PlotPairDiffScatter");
export("PlotPairDiffTypes");
export("PlotPCA");
export("PlotPCA2Groups");
export("PlotPCALegend");
export("PlotQqFromP");
export("PlotQqFromPhred");
export("PlotSeries");
export("PlotVenn");
export("PlotVenn3Way");
export("ReformatMotifHits");
export("RemoveExtension");
export("RetrieveGadem");
export("ReverseCompHits");
export("RunGap");
export("SearchGwasDbById");
export("SearchGwasDbByLoci");
export("SearchVariantPositionDbById");
export("SearchVariantPositionDbByLoci");
export("SnpPosFromGwasDb");
export("Symbol2Entrez");
export("TestGSE");
export("TextOverlap");
export("TrimPath");
export("TruncatePathPrefix");
export("UrlDbsnpId");
export("UrlEntrezGene");
export("UrlUcscPosition");
export("WrapGSE");