-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
75 lines (75 loc) · 2.23 KB
/
Copy pathDESCRIPTION
File metadata and controls
75 lines (75 loc) · 2.23 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
Package: MatrixGenerics
Title: S4 Generic Summary Statistic Functions that Operate on Matrix-Like Objects
Description: S4 generic functions modeled after the 'matrixStats' API
for alternative matrix implementations. Packages with alternative matrix
implementation can depend on this package and implement the generic
functions that are defined here for a useful set of row and column
summary statistics. Other package developers can import this package
and handle a different matrix implementations without worrying
about incompatibilities.
biocViews: Infrastructure, Software
URL: https://bioconductor.org/packages/MatrixGenerics
BugReports: https://github.com/Bioconductor/MatrixGenerics/issues
Version: 1.25.0
License: Artistic-2.0
Encoding: UTF-8
Authors@R: c(person("Constantin", "Ahlmann-Eltze",
email = "artjom31415@googlemail.com", role = c("aut"),
comment = c(ORCID = "0000-0002-3762-068X")),
person("Peter", "Hickey", role = c("aut", "cre"),
email = "peter.hickey@gmail.com",
comment = c(ORCID = "0000-0002-8153-6258")),
person("Hervé", "Pagès", email = "hpages.on.github@gmail.com",
role = "aut"))
Depends: matrixStats (>= 1.4.1)
Imports: methods
Suggests:
Matrix,
sparseMatrixStats,
SparseArray,
DelayedArray,
DelayedMatrixStats,
SummarizedExperiment,
testthat (>= 2.1.0)
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE, old_usage = TRUE)
Collate:
'MatrixGenerics-package.R'
'rowAlls.R'
'rowAnyNAs.R'
'rowAnys.R'
'rowAvgsPerColSet.R'
'rowCollapse.R'
'rowCounts.R'
'rowCummaxs.R'
'rowCummins.R'
'rowCumprods.R'
'rowCumsums.R'
'rowDiffs.R'
'rowIQRDiffs.R'
'rowIQRs.R'
'rowLogSumExps.R'
'rowMadDiffs.R'
'rowMads.R'
'rowMaxs.R'
'rowMeans.R'
'rowMeans2.R'
'rowMedians.R'
'rowMins.R'
'rowOrderStats.R'
'rowProds.R'
'rowQuantiles.R'
'rowRanges.R'
'rowRanks.R'
'rowSdDiffs.R'
'rowSds.R'
'rowSums.R'
'rowSums2.R'
'rowTabulates.R'
'rowVarDiffs.R'
'rowVars.R'
'rowWeightedMads.R'
'rowWeightedMeans.R'
'rowWeightedMedians.R'
'rowWeightedSds.R'
'rowWeightedVars.R'