-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDESCRIPTION
More file actions
26 lines (26 loc) · 955 Bytes
/
DESCRIPTION
File metadata and controls
26 lines (26 loc) · 955 Bytes
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
Package: iDA
Type: Package
Title: Define embedding space for data with clustered architecture
Version: 0.99.0
Authors@R: as.person(c(
"Theresa Alexander <reesyxan@umd.edu> [aut, cre]",
"Hector Corrada Bravo <hcorrada@gmail.com> [aut]"
))
Imports: scran, igraph, irlba, SingleCellExperiment, Seurat, plyr, NetworkToolbox, DESeq2, SummarizedExperiment, mclust
Description: This package takes in a scaled data matrix and outputs the optimal latent space embedding using an iterative process of computing the singular value decomposition, clustering in the embeddging space, using linear discriminant analysis to find features which define cluster separation, and reclustering in the embedding space.
License: MIT + file LICENSE
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Suggests:
testthat,
datasets,
methods,
BiocStyle,
knitr,
rmarkdown,
scPipe,
scater,
ggplot2,
Rtsne