-
Notifications
You must be signed in to change notification settings - Fork 8
/
NAMESPACE
68 lines (67 loc) · 1.62 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
# Generated by roxygen2: do not edit by hand
S3method("[",GmtList)
S3method("[[",GmtList)
export("gsNamespace<-")
export(GmtList)
export(SignedGenesets)
export(SignedIndexList)
export(absLog10p)
export(appendGmtList)
export(as.GmtList)
export(entropy)
export(entropyDiversity)
export(entropySpecificity)
export(filterBySize)
export(filterPmat)
export(getLeadingEdgeIndexFromMatrix)
export(getLeadingEdgeIndexFromVector)
export(gini)
export(gmtlist2signedGenesets)
export(gsDesc)
export(gsGeneCount)
export(gsGenes)
export(gsName)
export(gsNamespace)
export(gsSize)
export(hasNamespace)
export(isValidBaseIndexList)
export(isValidGmtList)
export(isValidIndexList)
export(isValidSignedGenesets)
export(isValidSignedIndexList)
export(prettySigNames)
export(readCurrentSignatures)
export(readGmt)
export(readSignedGmt)
export(sampleSpecialization)
export(setDescAsNamespace)
export(setNamespace)
export(simplifyMatrix)
export(uniqGenesetsByNamespace)
export(wmwLeadingEdge)
export(wmwTestInR)
exportClasses(GmtList)
exportClasses(IndexList)
exportClasses(SignedGenesets)
exportClasses(SignedIndexList)
exportMethods("offset<-")
exportMethods(IndexList)
exportMethods(SignedIndexList)
exportMethods(matchGenes)
exportMethods(offset)
exportMethods(show)
exportMethods(wmwTest)
import(Rcpp)
importClassesFrom(Biobase,eSet)
importClassesFrom(edgeR,DGEList)
importFrom(Biobase,exprs)
importFrom(Biobase,fData)
importFrom(Biobase,featureNames)
importFrom(Rcpp,sourceCpp)
importFrom(methods,is)
importFrom(methods,new)
importFrom(stats,median)
importFrom(stats,pt)
importFrom(stats,wilcox.test)
importFrom(utils,head)
useDynLib(BioQC, .registration=TRUE, .fixes="C_")