forked from JonathanShor/DoubletDetection
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
35 lines (35 loc) · 819 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
32
33
34
35
Package: DoubletDetection
Type: Package
Title: DoubletDetection is a package to detect doublets (technical errors) in single-cell RNA-seq count matrices.
Version: 2.3.0
Author: Adam J. Gayoso, Jonathan D. Shor, Ambrose J. Carr, and S. Thomas Kelly
Maintainer: S. Thomas Kelly <[email protected]>
Description: A method to detect and enable removal of doublets from single-cell RNA-sequencing data
License: MIT + file LICENSE.txt
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
biocViews:
Depends:
Rcpp,
utils,
graphics,
grDevices,
stats,
methods
Imports:
heatmap.2x,
hdf5r,
igraph,
Matrix,
Rphenograph,
gplots,
Rtsne,
Suggests:
knitr,
rmarkdown,
testthat
Remotes:
TomKellyGenetics/Rphenograph,
TomKellyGenetics/heatmap.2x
VignetteBuilder: knitr