-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
32 lines (31 loc) · 994 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
30
31
32
# Generated by roxygen2: do not edit by hand
export(combineComboCounts)
export(countComboBarcodes)
export(countDualBarcodes)
export(countDualBarcodesSingleEnd)
export(countPairedComboBarcodes)
export(countRandomBarcodes)
export(countSingleBarcodes)
export(matchBarcodes)
export(matrixOfComboBarcodes)
export(matrixOfDualBarcodes)
export(matrixOfDualBarcodesSingleEnd)
export(matrixOfPairedComboBarcodes)
export(matrixOfRandomBarcodes)
export(matrixOfSingleBarcodes)
export(parseBarcodeTemplate)
import(zlibbioc)
importFrom(BiocParallel,SerialParam)
importFrom(BiocParallel,bplapply)
importFrom(Rcpp,sourceCpp)
importFrom(S4Vectors,"%in%")
importFrom(S4Vectors,"metadata<-")
importFrom(S4Vectors,DataFrame)
importFrom(S4Vectors,I)
importFrom(S4Vectors,countMatches)
importFrom(S4Vectors,metadata)
importFrom(S4Vectors,selfmatch)
importFrom(SummarizedExperiment,"colData<-")
importFrom(SummarizedExperiment,SummarizedExperiment)
importFrom(SummarizedExperiment,colData)
useDynLib(screenCounter)