-
Notifications
You must be signed in to change notification settings - Fork 139
/
NAMESPACE
164 lines (163 loc) · 3.81 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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
# Generated by roxygen2: do not edit by hand
S3method("$",ArchRProject)
S3method("$<-",ArchRProject)
S3method("[",ArchRProject)
export("%bcin%")
export("%bcni%")
export("%ni%")
export(.DollarNames.ArchRProject)
export(ArchRBrowser)
export(ArchRBrowserTrack)
export(ArchRPalettes)
export(ArchRProject)
export(addArchRAnnotations)
export(addArchRChrPrefix)
export(addArchRDebugging)
export(addArchRGenome)
export(addArchRLogging)
export(addArchRThreads)
export(addArchRVerbose)
export(addBgdPeaks)
export(addCellColData)
export(addClusters)
export(addCoAccessibility)
export(addCombinedDims)
export(addDemuxletResults)
export(addDeviationsMatrix)
export(addDoubletScores)
export(addFeatureCounts)
export(addFeatureMatrix)
export(addGeneExpressionMatrix)
export(addGeneIntegrationMatrix)
export(addGeneScoreMatrix)
export(addGroupCoverages)
export(addHarmony)
export(addImputeWeights)
export(addIterativeLSI)
export(addModuleScore)
export(addMonocleTrajectory)
export(addMotifAnnotations)
export(addPeak2GeneLinks)
export(addPeakAnnotations)
export(addPeakMatrix)
export(addPeakSet)
export(addProjectSummary)
export(addReproduciblePeakSet)
export(addSampleColData)
export(addSlingShotTrajectories)
export(addTSNE)
export(addTileMatrix)
export(addTrajectory)
export(addUMAP)
export(confusionMatrix)
export(correlateMatrices)
export(correlateTrajectories)
export(createArrowFiles)
export(createGeneAnnotation)
export(createGenomeAnnotation)
export(createLogFile)
export(enrichHeatmap)
export(exportGroupSE)
export(exportPeakMatrixForSTREAM)
export(extendGR)
export(filterChrGR)
export(filterDoublets)
export(findMacs2)
export(getArchRChrPrefix)
export(getArchRDebugging)
export(getArchRGenome)
export(getArchRLogging)
export(getArchRThreads)
export(getArchRVerbose)
export(getArrowFiles)
export(getAvailableMatrices)
export(getBgdPeaks)
export(getBlacklist)
export(getCellColData)
export(getCellNames)
export(getChromLengths)
export(getChromSizes)
export(getCoAccessibility)
export(getEmbedding)
export(getExons)
export(getFeatures)
export(getFootprints)
export(getFragmentsFromArrow)
export(getFragmentsFromProject)
export(getGeneAnnotation)
export(getGenes)
export(getGenome)
export(getGenomeAnnotation)
export(getGroupBW)
export(getGroupSE)
export(getGroupSummary)
export(getImputeWeights)
export(getInputFiles)
export(getMarkerFeatures)
export(getMarkers)
export(getMatches)
export(getMatrixFromArrow)
export(getMatrixFromProject)
export(getMonocleTrajectories)
export(getOutputDirectory)
export(getPeak2GeneLinks)
export(getPeakAnnotation)
export(getPeakSet)
export(getPositions)
export(getProjectSummary)
export(getReducedDims)
export(getSampleColData)
export(getSampleNames)
export(getSeqnames)
export(getTSS)
export(getTestFragments)
export(getTestProject)
export(getTrajectory)
export(getTutorialData)
export(getValidBarcodes)
export(getVarDeviations)
export(ggAlignPlots)
export(ggGroup)
export(ggHex)
export(ggOneToOne)
export(ggPoint)
export(import10xFeatureMatrix)
export(imputeMatrix)
export(installExtraPackages)
export(loadArchRProject)
export(mapLabels)
export(markerFeatures)
export(markerHeatmap)
export(markerPlot)
export(nCells)
export(nonOverlappingGR)
export(paletteContinuous)
export(paletteDiscrete)
export(peak2GeneHeatmap)
export(peakAnnoEnrichment)
export(plotBrowserTrack)
export(plotEmbedding)
export(plotEnrichHeatmap)
export(plotFootprints)
export(plotFragmentSizes)
export(plotGroups)
export(plotMarkerHeatmap)
export(plotMarkers)
export(plotPDF)
export(plotPeak2GeneHeatmap)
export(plotTSSEnrichment)
export(plotTrajectory)
export(plotTrajectoryHeatmap)
export(projectBulkATAC)
export(recoverArchRProject)
export(reformatFragmentFiles)
export(saveArchRProject)
export(subsetArchRProject)
export(subsetCells)
export(theme_ArchR)
export(trajectoryHeatmap)
export(validBSgenome)
import(data.table)
importFrom(GenomicRanges,GRanges)
importFrom(Rcpp,sourceCpp)
useDynLib(ArchR)