-
Notifications
You must be signed in to change notification settings - Fork 18
/
NAMESPACE
80 lines (79 loc) · 1.68 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
# Generated by roxygen2: do not edit by hand
export(CollapseReplicates)
export(CombinatorialSignificance)
export(DiffGenes)
export(EarlyConservationTest)
export(EnrichmentTest)
export(Expressed)
export(FlatLineTest)
export(GATAI)
export(GroupDiffs)
export(LateConservationTest)
export(MatchMap)
export(PairwiseTest)
export(PlotBarRE)
export(PlotCIRatio)
export(PlotCategoryExpr)
export(PlotContribution)
export(PlotCorrelation)
export(PlotDistribution)
export(PlotEnrichment)
export(PlotGeneSet)
export(PlotGroupDiffs)
export(PlotMeans)
export(PlotMedians)
export(PlotPattern)
export(PlotRE)
export(PlotReplicateQuality)
export(PlotSelectedAgeDistr)
export(PlotSignature)
export(PlotSignatureGATAIGeneRemoval)
export(PlotSignatureGeneQuantiles)
export(PlotSignatureMultiple)
export(PlotSignatureTransformed)
export(PlotVars)
export(RE)
export(REMatrix)
export(ReductiveHourglassTest)
export(ReverseHourglassTest)
export(SelectGeneSet)
export(SignatureGATAIGeneRemoval)
export(TAI)
export(TDI)
export(TEI)
export(TPI)
export(TopExpressionGenes)
export(TopVarianceGenes)
export(age.apply)
export(bar.colors)
export(bootMatrix)
export(bootTEI)
export(ecScore)
export(geom.mean)
export(harm.mean)
export(is.ExpressionSet)
export(is_installed_gatai)
export(lcScore)
export(omitMatrix)
export(pMatrix)
export(pMatrixTEI)
export(pStrata)
export(pStrataTEI)
export(pTAI)
export(pTDI)
export(pairScore)
export(rcpp_boottei_parallel)
export(rcpp_pMatrix_parallel)
export(rcpp_pStrata_parallel)
export(rcpp_tei_parallel)
export(reversehourglassScore)
export(rhScore)
export(taxid)
export(tf)
export(tfPS)
export(tfStability)
import(Matrix)
import(Rcpp)
import(foreach)
importFrom(Rcpp,sourceCpp)
useDynLib(myTAI, .registration = TRUE)