-
Notifications
You must be signed in to change notification settings - Fork 38
/
NAMESPACE
135 lines (134 loc) · 3.73 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
# Generated by roxygen2: do not edit by hand
export(addGCBias)
export(annotationMatches)
export(assembleKmers)
export(chromVAR_theme)
export(computeDeviations)
export(computeExpectations)
export(computeVariability)
export(deviationsCovariability)
export(deviationsTsne)
export(differentialDeviations)
export(differentialVariability)
export(filterPeaks)
export(filterSamples)
export(filterSamplesPlot)
export(getAnnotationCorrelation)
export(getAnnotationSynergy)
export(getAnnotations)
export(getBackgroundPeaks)
export(getCisGroups)
export(getCounts)
export(getFragmentsPerPeak)
export(getFragmentsPerSample)
export(getJasparMotifs)
export(getPeaks)
export(getPermutedData)
export(getSampleCorrelation)
export(getSampleDepths)
export(getSampleDistance)
export(getTotalFragments)
export(makeBiasBins)
export(makePermutedSets)
export(matchKmers)
export(plotDeviationsTsne)
export(plotKmerMismatch)
export(plotVariability)
export(pwmDistance)
export(readNarrowpeaks)
exportMethods("annotationMatches<-")
exportMethods('counts<-')
exportMethods(addGCBias)
exportMethods(cbind)
exportMethods(computeDeviations)
exportMethods(computeExpectations)
exportMethods(counts)
exportMethods(deviationScores)
exportMethods(deviations)
exportMethods(getAnnotationCorrelation)
exportMethods(getAnnotationSynergy)
exportMethods(getAnnotations)
exportMethods(getBackgroundPeaks)
exportMethods(getCisGroups)
exportMethods(getFragmentsPerPeak)
exportMethods(getFragmentsPerSample)
exportMethods(getTotalFragments)
exportMethods(makeBiasBins)
exportMethods(makePermutedSets)
exportMethods(matchKmers)
exportMethods(rbind)
import(Biostrings)
import(GenomicRanges)
import(Matrix)
import(SummarizedExperiment)
import(ggplot2)
import(methods)
import(miniUI)
import(shiny)
importClassesFrom(SummarizedExperiment,SummarizedExperiment)
importFrom(BSgenome,getBSgenome)
importFrom(BiocGenerics,relist)
importFrom(BiocParallel,bplapply)
importFrom(Biostrings,nucleotideSubstitutionMatrix)
importFrom(Biostrings,stringDist)
importFrom(DT,datatable)
importFrom(DT,formatSignif)
importFrom(GenomeInfoDb,"seqlevels<-")
importFrom(GenomeInfoDb,seqlevels)
importFrom(GenomeInfoDb,seqnames)
importFrom(GenomeInfoDb,sortSeqlevels)
importFrom(IRanges,IRanges)
importFrom(IRanges,PartitioningByEnd)
importFrom(IRanges,overlapsAny)
importFrom(Rcpp,sourceCpp)
importFrom(Rsamtools,ScanBamParam)
importFrom(Rsamtools,countBam)
importFrom(Rsamtools,scanBam)
importFrom(Rsamtools,scanBamFlag)
importFrom(S4Vectors,DataFrame)
importFrom(S4Vectors,elementNROWS)
importFrom(S4Vectors,isSorted)
importFrom(S4Vectors,queryHits)
importFrom(S4Vectors,subjectHits)
importFrom(TFBSTools,PWMatrix)
importFrom(TFBSTools,PWMatrixList)
importFrom(TFBSTools,bg)
importFrom(TFBSTools,name)
importFrom(graphics,text)
importFrom(plotly,ggplotly)
importFrom(plotly,plotlyOutput)
importFrom(plotly,renderPlotly)
importFrom(stats,aggregate)
importFrom(stats,anova)
importFrom(stats,approx)
importFrom(stats,as.dist)
importFrom(stats,cor)
importFrom(stats,cov)
importFrom(stats,dist)
importFrom(stats,dnorm)
importFrom(stats,hclust)
importFrom(stats,kruskal.test)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,oneway.test)
importFrom(stats,p.adjust)
importFrom(stats,pchisq)
importFrom(stats,pnorm)
importFrom(stats,prcomp)
importFrom(stats,quantile)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,t.test)
importFrom(stats,var)
importFrom(stats,wilcox.test)
importFrom(utils,installed.packages)
importFrom(utils,read.delim)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
importMethodsFrom(BiocGenerics,"counts<-")
importMethodsFrom(BiocGenerics,counts)
importMethodsFrom(GenomicRanges,end)
importMethodsFrom(GenomicRanges,sort)
importMethodsFrom(GenomicRanges,start)
useDynLib(chromVAR, .registration = TRUE)