-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
23 lines (23 loc) · 862 Bytes
/
DESCRIPTION
File metadata and controls
23 lines (23 loc) · 862 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: dior
Type: Package
Title: The scRNA-seq data IO between R and Python(R version)
Version: 0.1.5
Authors@R: person("Huijian", "Feng", email="fenghuijian@outlook.com", role=c("aut", "cre"))
Description: The scRNA-seq data IO between R and Python(R version). The scRNA-seq data mainly including the counts, log data,
cell annotation, gene annotation and dimension reduction can be used to IO via an HDF5 file. In the case of big data, this
greatly reduces the time of data IO and improves the efficiency of corss-platform scRNA-seq analysis.
License: GPL-3 + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
Seurat,
hdf5r,
Matrix,
SingleCellExperiment,
SummarizedExperiment,
Hmisc,
methods
SystemRequirements:
python
URL: https://github.com/JiekaiLab/scDIOR, https://github.com/JiekaiLab/dior
RoxygenNote: 7.1.1