-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
41 lines (41 loc) · 1.75 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
Package: netDx
Title: Network-based patient classifier
Version: 1.5.3
Authors@R: c(person("Shraddha", "Pai",
email = "shraddha.pai@utoronto.ca",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-1048-581X")),
person("Philipp","Weber",role="aut"),
person("Ahmad","Shah", role="aut"),
person("Luca","Giudice",role="aut"),
person("Shirley","Hui",role="aut"),
person("Ruth","Isserlin",role="aut"),
person("Hussam","Kaka", role="aut"),
person("Gary","Bader",role="aut"))
Description: netDx is a general-purpose algorithm to build a patient classifier from heterogenous patient data. The method converts data into patient similarity networks at the level of features. Feature selection identifies features of predictive value to each class. Methods are provided for versatile predictor design and performance evaluation using standard measures. netDx natively groups molecular data into pathway-level features and connects with Cytoscape for network visualization of pathway themes. For method details see: Pai et al. (2019). netDx: interpretable patient classification using integrated patient similarity networks. Molecular Systems Biology. 15, e8497
Depends:
R (>= 3.6)
Suggests:
curatedTCGAData,
TCGAutils,
rmarkdown,
testthat,
knitr,
BiocStyle,
RCy3,
clusterExperiment,
netSmooth,
scater
Imports: ROCR,pracma,ggplot2,glmnet,igraph,reshape2,
parallel,stats,utils,MultiAssayExperiment,graphics,grDevices,
methods,BiocFileCache,GenomicRanges,
bigmemory,doParallel,foreach,
combinat,rappdirs,GenomeInfoDb,S4Vectors,
IRanges,RColorBrewer,Rtsne,httr,plotrix
VignetteBuilder: knitr
Encoding: UTF-8
License: MIT + file LICENSE
LazyData: false
URL: http://netdx.org
biocViews: Classification, BiomedicalInformatics, Network, SystemsBiology
RoxygenNote: 7.1.2