-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
46 lines (45 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
# Generated by roxygen2: do not edit by hand
S3method(`[`,colorArg)
S3method(colNormalize,Seurat)
S3method(colNormalize,SingleCellExperiment)
S3method(colNormalize,default)
S3method(colNormalize,dgCMatrix)
S3method(plotBinary,Seurat)
S3method(plotBinary,SingleCellExperiment)
S3method(plotBinary,default)
S3method(plotBinary,simMat)
S3method(plotQuaternary,Seurat)
S3method(plotQuaternary,SingleCellExperiment)
S3method(plotQuaternary,default)
S3method(plotTernary,Seurat)
S3method(plotTernary,SingleCellExperiment)
S3method(plotTernary,default)
S3method(print,quatPlot)
S3method(selectTopFeatures,Seurat)
S3method(selectTopFeatures,SingleCellExperiment)
S3method(selectTopFeatures,default)
export(colNormalize)
export(plotBinary)
export(plotQuaternary)
export(plotTernary)
export(readH5ADObsNames)
export(readH5ADObsVar)
export(readH5ADUnsSpMat)
export(readVelocytoLoom)
export(selectTopFeatures)
export(writeQuaternaryGIF)
import(ggplot2)
importFrom(Matrix,colSums)
importFrom(Matrix,rowMeans)
importFrom(Matrix,t)
importFrom(Rcpp,evalCpp)
importFrom(methods,setMethod)
importFrom(methods,setOldClass)
importFrom(methods,show)
importFrom(plot3D,arrows3D)
importFrom(plot3D,getplist)
importFrom(plot3D,lines3D)
importFrom(plot3D,scatter3D)
importFrom(plot3D,text3D)
importFrom(rlang,.data)
useDynLib(CytoSimplex)