-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
53 lines (52 loc) · 1.24 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
# Generated by roxygen2: do not edit by hand
export(.cache)
export(BrainMap)
export(Comp)
export(CreateBrain)
export(GetGenes)
export(InABA)
export(PValue.onetail)
export(PlotBrain)
export(PlotEnrich)
export(PlotPred)
export(Pred)
export(RandomTissueSummary)
export(SpatialEnrichment)
export(TissueSummary)
export(available_areanames)
export(brainrange)
export(predict_time)
export(reColor)
export(testEnrich)
export(tis_in_region)
export(tis_set)
export(whichtissues)
exportClasses(Comp)
exportClasses(Pred)
importFrom(RColorBrewer,brewer.pal)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_colour_manual)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(grDevices,as.raster)
importFrom(grid,gpar)
importFrom(grid,grid.newpage)
importFrom(grid,grid.raster)
importFrom(grid,grid.rect)
importFrom(grid,grid.text)
importFrom(methods,new)
importFrom(stats,cor)
importFrom(stats,na.exclude)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,var)