-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
56 lines (56 loc) · 1.59 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
50
51
52
53
54
55
56
Package: diffuStats
Type: Package
Title: Diffusion scores on biological networks
Version: 1.11.2
Authors@R: c(
person(
"Sergio", "Picart-Armada", role = c("aut", "cre"),
email = "[email protected]"),
person(
"Alexandre", "Perera-Lluna", role = c("aut"),
email = "[email protected]"))
Description: Label propagation approaches are a widely used
procedure in computational biology for giving context
to molecular entities using network data.
Node labels, which can derive from gene expression,
genome-wide association studies,
protein domains or metabolomics profiling,
are propagated to their neighbours in the network,
effectively smoothing the scores through
prior annotated knowledge and prioritising novel candidates.
The R package diffuStats contains a
collection of diffusion kernels and scoring approaches
that facilitates their computation, characterisation and benchmarking.
Depends: R (>= 3.4)
Imports: grDevices,
stats,
methods,
Matrix,
MASS,
checkmate,
expm,
igraph,
Rcpp,
RcppArmadillo,
RcppParallel,
plyr,
precrec
License: GPL-3
LazyData: true
Encoding: UTF-8
RoxygenNote: 7.1.1
Suggests: testthat,
knitr,
rmarkdown,
ggplot2,
ggsci,
igraphdata,
BiocStyle,
reshape2,
utils
LinkingTo: Rcpp, RcppArmadillo, RcppParallel
SystemRequirements: GNU make
VignetteBuilder: knitr
biocViews: Network, GeneExpression, GraphAndNetwork,
Metabolomics, Transcriptomics, Proteomics, Genetics,
GenomeWideAssociation, Normalization