-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathNAMESPACE
More file actions
80 lines (79 loc) · 2.19 KB
/
NAMESPACE
File metadata and controls
80 lines (79 loc) · 2.19 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# Generated by roxygen2: do not edit by hand
export(CreateSignacObject)
export(ExtractField)
export(FastConvertToDiagonalSparseMat)
export(FastConvertToSparseMat)
export(FastConvertToTripletMat)
export(FastCreateFromTriplet)
export(FastCreateSparseMat)
export(FastDiffVector)
export(FastGetColOfSparseMat)
export(FastGetColsOfSparseMat)
export(FastGetCurrentDate)
export(FastGetMedianSparseMatByAllCols)
export(FastGetMedianSparseMatByAllRows)
export(FastGetRowOfSparseMat)
export(FastGetRowsOfMat)
export(FastGetRowsOfSparseMat)
export(FastGetSubMat)
export(FastGetSubSparseMat)
export(FastGetSubSparseMatByCols)
export(FastGetSubSparseMatByRows)
export(FastGetSumSparseMatByAllCols)
export(FastGetSumSparseMatByAllRows)
export(FastGetSumSparseMatByCols)
export(FastGetSumSparseMatByRows)
export(FastMatMult)
export(FastRandVector)
export(FastSparseMatAddition)
export(FastSparseMatMult)
export(FastSparseMatMultDD)
export(FastSparseMatMultSD)
export(FastSparseMatMultWithNum)
export(FastSparseMatRepmat)
export(FastSparseMatSign)
export(FastSparseMatSqrt)
export(FastSparseMatSquare)
export(FastSparseMatSymmatl)
export(FastSparseMatTrace)
export(FastSparseMatTranspose)
export(FastSparseMatTrimatu)
export(FastStatsOfSparseMat)
export(GetListAttributes)
export(GetListObjectNames)
export(GetListRootObjectNames)
export(Read10X)
export(Read10XH5)
export(Read10XH5Content)
export(ReadColSumSpMt)
export(ReadDoubleVector)
export(ReadIntegerVector)
export(ReadRowSumSpMt)
export(ReadSpMt)
export(ReadSpMtAsS4)
export(ReadSpMtAsSPMat)
export(StartHttpServer)
export(StopHttpServer)
export(VeniceAllMarkers)
export(VeniceFindMarkers)
export(VeniceMarker)
export(VeniceMarkerTransposedH5)
export(WriteRootDataset)
export(WriteSpMtAsS4)
export(WriteSpMtAsSpMat)
export(WriteSpMtAsSpMatFromS4)
importFrom(Matrix,Matrix)
importFrom(Matrix,colSums)
importFrom(Matrix,readMM)
importFrom(Matrix,rowSums)
importFrom(Rcpp,evalCpp)
importFrom(RcppParallel,RcppParallelLibs)
importFrom(httpuv,startDaemonizedServer)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(methods,is)
importFrom(methods,new)
importFrom(readr,read_delim)
importFrom(readr,read_lines)
importFrom(utils,packageVersion)
useDynLib(Signac, .registration = TRUE)