-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
60 lines (59 loc) · 1.59 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
# Generated by roxygen2: do not edit by hand
export(AddMetaData)
export(AllCloseByRegions)
export(AllCoeditedRegions)
export(AnnotateResults)
export(CountSamplesPerGroup)
export(CreateEditingTable)
export(CreateOutputDF)
export(CreateRdrop)
export(FindCorrelatedRegions)
export(GetMinPairwiseCor)
export(GetSitesLocations)
export(MakeModelFormula)
export(MarkCoeditedSites)
export(MaxSites)
export(MeanSites)
export(MedianSites)
export(OrderSitesByLocation)
export(PC1Sites)
export(PlotEditingCorrelations)
export(SingleCloseByRegion)
export(SingleCoeditedRegion)
export(SitesToRegion)
export(SummarizeAllRegions)
export(SummarizeSingleRegion)
export(TestAssociations)
export(TestSingleRegion)
export(TransformToGR)
importFrom(BiocGenerics,start)
importFrom(GenomeInfoDb,seqnames)
importFrom(GenomicRanges,GRanges)
importFrom(GenomicRanges,findOverlaps)
importFrom(GenomicRanges,makeGRangesFromDataFrame)
importFrom(IRanges,IRanges)
importFrom(IRanges,subsetByOverlaps)
importFrom(S4Vectors,"mcols<-")
importFrom(S4Vectors,mcols)
importFrom(S4Vectors,subjectHits)
importFrom(bumphunter,clusterMaker)
importFrom(bumphunter,getSegments)
importFrom(corrplot,corrplot)
importFrom(logistf,logistf)
importFrom(plyr,adply)
importFrom(plyr,alply)
importFrom(stats,aggregate)
importFrom(stats,as.formula)
importFrom(stats,binomial)
importFrom(stats,coef)
importFrom(stats,complete.cases)
importFrom(stats,cor)
importFrom(stats,gaussian)
importFrom(stats,glm)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,p.adjust)
importFrom(stats,prcomp)
importFrom(stats,vcov)
importFrom(survival,Surv)
importFrom(survival,coxph)