-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.32 KB
/
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
32
33
34
35
Package: loomR
Type: Package
Title: An R interface for loom files
Version: 0.2.0
Date: 2018-04-23
Authors@R: c(
person(given = 'Paul', family = 'Hoffman', email = '[email protected]', role = c('aut', 'cre')),
person(given = 'Rahul', family = 'Satija', email = '[email protected]', role = c('aut')),
person(given = 'Andrew', family = 'Butler', email = '[email protected]', role = c('ctb')),
person(given = 'Christoph', family = 'Hafemeister', email = '[email protected]', role = 'ctb')
)
Description: An interface for the single-cell RNAseq-oriented loom format. Loom files are an HDF5-based format for storing and interacting with large single-cell RNAseq datasets. loomR provides an interface for working with loom files in a loom-specific way; we provide routines for validating loom files, iterating with chunks through data within the loom file, and provide a platform for other packages to build support for loom files.
URL: https://github.com/mojaveazure/loomR http://loompy.org/
BugReports: https://github.com/mojaveazure/loomR/issues
Depends:
R (>= 3.2.2),
R6,
hdf5r,
iterators,
itertools
Imports:
utils,
Matrix,
methods
Suggests:
Seurat
Collate:
'internal.R'
'loom.R'
'package.R'
License: GPL-3
Encoding: UTF-8
LazyData: true
SystemRequirements: HDF5 (>= 1.8.13)
RoxygenNote: 6.0.1