-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
76 lines (75 loc) · 1.88 KB
/
Copy pathNAMESPACE
File metadata and controls
76 lines (75 loc) · 1.88 KB
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(GSDS)
export(GSDS.Heatmap)
export(GSDS.HeatmapAnnot)
export(HEATmap)
export(VectorListToFactor)
export(activScorePC1)
export(auroc)
export(computeActivationScore)
export(computeColorScaleFun)
export(corrDist)
export(cosineDist)
export(covDist)
export(downloadGODB_BioMart)
export(drawSamplePerGroup)
export(enrich.fcs)
export(enrich.ora)
export(exportEnrich)
export(extendColorPalette)
export(extractFeatureMarkerData)
export(fcsScoreDEgenes)
export(genColorsForAnnots)
export(genRowAnnot)
export(genTopAnnot)
export(getDBsets)
export(getMarkers)
export(getSpeciesData)
export(ggBorderedFactors)
export(ggplotBreak)
export(gsds_colors)
export(htMarker)
export(linearScale)
export(mostDistantColor)
export(qauroc)
export(rowScale)
export(sortColorByDistance)
export(volcanoPlot)
export(whichTop)
import(AnnotationDbi)
import(ComplexHeatmap)
import(ggplot2)
import(grid)
importFrom(AnnotationDbi,keys)
importFrom(AnnotationDbi,select)
importFrom(RSQLite,SQLite)
importFrom(RSQLite,dbConnect)
importFrom(RSQLite,dbGetQuery)
importFrom(S4Vectors,DataFrame)
importFrom(SummarizedExperiment,"rowData<-")
importFrom(SummarizedExperiment,SummarizedExperiment)
importFrom(SummarizedExperiment,assay)
importFrom(SummarizedExperiment,assays)
importFrom(SummarizedExperiment,colData)
importFrom(SummarizedExperiment,rowData)
importFrom(fgsea,fgseaMultilevel)
importFrom(fgsea,reactomePathways)
importFrom(grDevices,col2rgb)
importFrom(grDevices,hcl)
importFrom(stats,.lm.fit)
importFrom(stats,as.dist)
importFrom(stats,as.formula)
importFrom(stats,cor)
importFrom(stats,cov)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,lm)
importFrom(stats,na.omit)
importFrom(stats,p.adjust)
importFrom(stats,pbinom)
importFrom(stats,phyper)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(utils,data)
useDynLib(GSDS, .registration=TRUE)