-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
50 lines (49 loc) · 1.28 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
# Generated by roxygen2: do not edit by hand
export(aggregateBarcodes)
export(calcDivIndexes)
export(calcPercentileBarcodes)
export(calcReplicateCorr)
export(collapseReplicates)
export(compareAbundance)
export(filterBarcodes)
export(getDominantBarcodes)
export(normaliseCounts)
export(plotAbundanceLines)
export(plotBARtabFilterQC)
export(plotBARtabMapQC)
export(plotBarcodeBoxplot)
export(plotBarcodeBubble)
export(plotBarcodeCorrelation)
export(plotBarcodeCounts)
export(plotBarcodeCumSum)
export(plotBarcodeDistance)
export(plotBarcodeHeatmap)
export(plotBarcodeHistogram)
export(plotBarcodePCA)
export(plotBarcodeRegression)
export(plotBarcodeTimeseries)
export(plotBarcodesPerCell)
export(plotCellsInClusters)
export(plotCellsPerGroup)
export(plotClusterEnrichment)
export(plotDetectedBarcodes)
export(plotDivIndexes)
export(plotMetrics)
export(plotOrderedBubble)
export(plotReadCounts)
export(plotSampleCumSum)
export(plotUmiFilterThresholds)
export(plotUmiPerBarcode)
export(processBarcodeLibrary)
export(readBartabCounts)
export(thresholdCounts)
export(calculateBarcodeSimilarities)
export(plotBarcodeSimilarity)
export(barcodesToClones)
export(aggregateBarcodesClones)
import(edgeR)
import(ggplot2)
importFrom(ineq,Gini)
importFrom(magrittr,"%>%")
importFrom(rlang,.data)
importFrom(vegan,diversity)