forked from MarioniLab/DropletUtils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
49 lines (49 loc) · 1.24 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Package: DropletUtils
Version: 1.7.3
Date: 2020-01-26
Title: Utilities for Handling Single-Cell Droplet Data
Authors@R: c(
person("Aaron", "Lun", role = c("aut", "cre"), email = "[email protected]"),
person("Jonathan", "Griffiths", role="ctb"),
person("Davis", "McCarthy", role="ctb"))
Depends: SingleCellExperiment
Imports:
S4Vectors,
BiocParallel,
Rcpp,
Matrix,
methods,
utils,
stats,
edgeR,
rhdf5,
HDF5Array,
R.utils,
dqrng
Suggests:
testthat,
beachmat,
knitr,
BiocStyle,
rmarkdown
biocViews:
ImmunoOncology,
SingleCell,
Sequencing,
RNASeq,
GeneExpression,
Transcriptomics,
DataImport,
Coverage
Description:
Provides a number of utility functions for handling single-cell
(RNA-seq) data from droplet technologies such as 10X Genomics. This
includes data loading from count matrices or molecule information files,
identification of cells from empty droplets, removal of barcode-swapped
pseudo-cells, and downsampling of the count matrix.
License: GPL-3
NeedsCompilation: yes
VignetteBuilder: knitr
LinkingTo: Rcpp, beachmat, Rhdf5lib, BH, dqrng
SystemRequirements: C++11, GNU make
RoxygenNote: 7.0.2