-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
64 lines (63 loc) · 1.67 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
# Generated by roxygen2: do not edit by hand
export(clusterCorrelatingBarcodes)
export(collapseBarcodes)
export(collapseSamples)
export(combineBarbieQs)
export(createBarbieQ)
export(plotBarcodeBiasHeatmap)
export(plotBarcodeBiasScatterPlot)
export(plotBarcodeHeatmap)
export(plotBarcodePairCorrelation)
export(plotBarcodePareto)
export(plotBarcodeProportion)
export(plotBarcodeSankey)
export(plotSamplePairCorrelation)
export(subsetBarcodes)
export(subsetSamples)
export(subsetSamplesByMetadata)
export(tagTopBarcodes)
export(testBarcodeBias)
import(ComplexHeatmap)
import(data.table)
import(ggplot2)
importFrom(circlize,colorRamp2)
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,recode)
importFrom(dplyr,row_number)
importFrom(dplyr,rowwise)
importFrom(dplyr,setdiff)
importFrom(dplyr,setequal)
importFrom(dplyr,summarize)
importFrom(graphics,title)
importFrom(grid,gpar)
importFrom(igraph,clusters)
importFrom(igraph,graph_from_edgelist)
importFrom(limma,contrasts.fit)
importFrom(limma,decideTests)
importFrom(limma,duplicateCorrelation)
importFrom(limma,eBayes)
importFrom(limma,lmFit)
importFrom(limma,makeContrasts)
importFrom(limma,topTable)
importFrom(logistf,logistf)
importFrom(magrittr,"%>%")
importFrom(stats,as.formula)
importFrom(stats,cor)
importFrom(stats,cor.test)
importFrom(stats,end)
importFrom(stats,glm)
importFrom(stats,model.matrix)
importFrom(stats,na.omit)
importFrom(stats,p.adjust)
importFrom(stats,setNames)
importFrom(stats,start)
importFrom(tidyr,gather)
importFrom(utils,combn)
importFrom(utils,menu)