-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
27 lines (27 loc) · 910 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
Package: convert2anndata
Type: Package
Title: Convert SingleCellExperiment and Seurat Objects to AnnData
Version: 0.1.0
Author: Dominik Otto [aut, cre] (<[email protected]>)
Maintainer: Dominik Otto <[email protected]>
Description: This package provides functions to convert SingleCellExperiment and Seurat objects to AnnData format. It handles assays, dimensional reductions, metadata, and alternative experiments, ensuring comprehensive conversion.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
URL: https://research.fredhutch.org/setty/en.html
BugReports: https://github.com/settylab/convert2anndata/issues
Imports:
Seurat,
SingleCellExperiment,
anndata,
optparse,
Matrix,
S4Vectors,
SummarizedExperiment,
methods
Suggests:
testthat (>= 3.0.0),
covr,
BiocNeighbors
biocViews: SingleCellData, DataImport, Transcriptomics, Sequencing, RNASeq