-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
31 lines (31 loc) · 980 Bytes
/
DESCRIPTION
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
Package: H5weaver
Type: Package
Title: Read, Rearrange, and Write HDF5 files
Version: 1.3.0
Author: Lucas Graybuck <[email protected]>
Authors@R: c(person("Lucas", "Graybuck", email = "[email protected]",
role = c("aut", "cre")),
person("Lauren", "Okada", email = "[email protected]",
role = c("ctb")))
Maintainer: Lucas Graybuck <[email protected]>
Description: This package provides functions for reading, writing, combining, and rearranging HDF5 files with conventions from 10x Genomics.
License: Allen Institute Software License
Encoding: UTF-8
LazyData: true
Depends:
data.table (>= 1.12.6),
Matrix (>= 1.2-17),
rhdf5 (>= 2.28.0)
Imports:
DT (>= 0.5),
ggplot2 (>= 3.1.0),
ids (>= 1.0.1),
rlang (>= 0.4.0)
Suggests:
testthat (>= 2.1.0),
Seurat (>= 3.1.0),
SingleCellExperiment (>= 1.8.0),
SummarizedExperiment (>= 1.16.1),
assertthat,
R.utils
RoxygenNote: 7.1.1