forked from constantAmateur/SoupX
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
49 lines (48 loc) · 1.27 KB
/
NAMESPACE
File metadata and controls
49 lines (48 loc) · 1.27 KB
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
# Generated by roxygen2: do not edit by hand
S3method(print,SoupChannel)
S3method(print,SoupChannelList)
export(SoupChannel)
export(SoupChannelList)
export(adjustCounts)
export(calculateContaminationFraction)
export(createCleanedSeurat)
export(estimateSoup)
export(findCells)
export(identifyExpressingCells)
export(inferNonExpressedGenes)
export(interpolateCellContamination)
export(load10X)
export(plotCandidateMarkerGenes)
export(plotChangeMap)
export(plotChannelContamination)
export(plotMarkerDistribution)
export(plotMarkerMap)
export(plotSoupCorrelation)
export(quickMarkers)
export(strainCells)
import(ggplot2)
importFrom(Matrix,colSums)
importFrom(Matrix,rowSums)
importFrom(Matrix,sparseMatrix)
importFrom(Matrix,t)
importFrom(Seurat,CreateSeuratObject)
importFrom(Seurat,Read10X)
importFrom(Seurat,SetAssayData)
importFrom(grDevices,rainbow)
importFrom(methods,as)
importFrom(methods,is)
importFrom(stats,approx)
importFrom(stats,dpois)
importFrom(stats,lowess)
importFrom(stats,optimise)
importFrom(stats,p.adjust)
importFrom(stats,pbinom)
importFrom(stats,phyper)
importFrom(stats,ppois)
importFrom(stats,qbeta)
importFrom(stats,setNames)
importFrom(stats,spline)
importFrom(utils,data)
importFrom(utils,read.delim)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)