-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
45 lines (45 loc) · 996 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
36
37
38
39
40
41
42
43
44
45
Package: linseed
Type: Package
Title: Linear Subpsace identification to solve complete gene expression deconvolution problem
Version: 0.99.2
Authors@R: person("Konstantin", "Zaitsev",
email = "[email protected]", role = c("aut", "cre"))
Maintainer: Konstantin Zaitsev <[email protected]>
Description: The package implements an algorithm to perform deconvolution
of gene expression dataset without prior
knowledge of cell-specific markers.
biocViews: Software, GeneExpression, Clustering
License: MIT + file LICENSE
LazyData: TRUE
VignetteBuilder: knitr
LinkingTo: Rcpp, RcppArmadillo, BH
SystemRequirements:
libxml2-dev,
libssl-dev,
openssl
Depends:
R (>= 3.6)
Imports:
Rcpp,
RcppArmadillo,
BH,
GEOquery,
Biobase,
corpcor,
combinat,
NMF,
R6,
dplyr,
ggplot2,
reshape2,
pheatmap,
preprocessCore,
progress,
Matrix,
Rtsne
Suggests:
BiocStyle,
knitr,
rmarkdown,
testthat
RoxygenNote: 6.1.1