-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
29 lines (28 loc) · 950 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(BuildDesign)
export(ComputeAICIs)
export(ComputeCorrConstantFor2Reps)
export(ComputeCorrConstantsForAllPairsReps)
export(CountsToAI)
export(GetGatkPipelineTabs)
export(MeanCoverage)
export(MergeSumCounts)
export(MixBetaBinomialFit)
export(MixBetaBinomialFitStep)
export(NameColumns)
export(PerformBinTestAIAnalysisForConditionNPoint)
export(PerformBinTestAIAnalysisForConditionNPointVect)
export(PerformBinTestAIAnalysisForConditionNPointVect_knownCC)
export(PerformBinTestAIAnalysisForConditionNPoint_knownCC)
export(PerformBinTestAIAnalysisForTwoConditions)
export(PerformBinTestAIAnalysisForTwoConditions_knownCC)
export(ThresholdingCounts)
importFrom("utils","read.delim")
importFrom(stats,"lm")
importFrom(stats,"na.exclude")
importFrom(stats,"na.omit")
importFrom(stats,"prop.test")
importFrom(stats,"quantile")
importFrom(stats,"rbeta")
importFrom(stats,"rbinom")
importFrom(utils,"combn")