forked from EDePasquale/DoubletDecon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.25 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
Package: DoubletDecon
Title: A Package to Identify Doublets and Doublet Clusters Based on Deconvolution Analysis and Unique Gene Expression
Version: 1.1.6
Authors@R: person("Erica", "DePasquale", email = "[email protected]", role = c("aut", "cre"))
Description: This package is designed to identify doublets in single-cell RNA-seq data sets. It achieves this in a two-fold manner: 1) Identifying putative doublets by comparing deconvolution-based profiles of each cell to those of average synthetic doublets, which are created based on specified initial groups clusters. 2) Identifying doublet clusters by combining frequency of called doublets within a cluster (from step 1) and lack of unique gene expression compared to other clusters. Together, these results can identify individual doublets and doublet clusters for removal before continuing data analysis.
Depends: R (>= 3.6.1)
biocViews:
Imports:
DeconRNASeq,
plyr,
dplyr,
stringr,
tidyr,
foreach,
doParallel,
MCL,
R.utils,
mygene,
clusterProfiler,
gplots,
Seurat,
shiny,
shinyDirectoryInput,
shinyFiles,
ggplot2,
reshape2,
shinyjs,
V8,
umap,
shinycssloaders,
scales,
png
Remotes: wleepang/shiny-directory-input
License: MIT
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1