-
Notifications
You must be signed in to change notification settings - Fork 19
/
NAMESPACE
82 lines (80 loc) · 2.02 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
81
82
# Generated by roxygen2: do not edit by hand
export(ExploratorySummarizedExperiment)
export(ExploratorySummarizedExperimentList)
export(annotatedHeatmap)
export(anova_pca_metadata)
export(barcode_plot)
export(bootstrapMedian)
export(calculateDendrogram)
export(calculateDist)
export(checkListIsSubset)
export(chooseGroupingVariables)
export(clusteringDendrogram)
export(colGeomMeans)
export(colMedians)
export(compilePCAData)
export(cond_log2_transform_assays)
export(cond_log2_transform_matrix)
export(convertIds)
export(eselistFromYAML)
export(eselistfromConfig)
export(foldChange)
export(geom_mean)
export(getExtension)
export(getSeparator)
export(ggplot_boxplot)
export(ggplot_densityplot)
export(ggplotify)
export(hiddenInput)
export(idToLabel)
export(inlineField)
export(interactiveHeatmap)
export(interleaveColumns)
export(is_valid_positive_integer_vector)
export(madScore)
export(makeAnnotationColors)
export(makeColorScale)
export(na.replace)
export(nlines)
export(plotly_boxplot)
export(plotly_densityplot)
export(plotly_quartiles)
export(plotly_scatterplot)
export(prepareApp)
export(prettifyGeneSetName)
export(prettifyVariablename)
export(pushToList)
export(read_contrasts)
export(read_differential)
export(read_matrix)
export(read_metadata)
export(selectVariableGenes)
export(simpleSplit)
export(singleValidMatrix)
export(splitStringToFixedwidthLines)
export(static_scatterplot)
export(stringsToNamedVector)
export(summarizeMatrix)
export(summarySE)
export(ucfirst)
export(unpack.list)
export(validate_indices)
export(validate_inputs)
exportClasses(ExploratorySummarizedExperiment)
exportClasses(ExploratorySummarizedExperimentList)
exportMethods("[")
import(SummarizedExperiment, except = 'shift')
import(data.table)
import(ggdendro)
import(ggplot2, except = 'last_plot')
import(plotly)
import(plyr, except = c('mutate', 'arrange', 'rename',
'summarise'))
import(scatterplot3d)
import(shiny)
import(yaml)
importFrom(dplyr,group_map)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.off)
importFrom(grDevices,png)
importFrom(graphics,par)