-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
executable file
·48 lines (48 loc) · 1.13 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
Package: tumorcomparer
Type: Package
Title: Compare Patient Samples to Cell Line Models Using Molecular Data and Weighted Similarity
Version: 0.99.25
Date: 2022-07-13
Authors@R: c(person("Rileen", "Sinha", email = "[email protected]", role = c("aut")),
person("Augustin", "Luna", email = "[email protected]", role = c("aut", "cre")))
Description: Compare patient samples to cell line models using molecular data and weighted similarity.
License: file LICENSE
LazyData: true
Imports:
MASS,
ggplot2,
stats,
grDevices,
utils,
cluster,
weights,
magrittr,
dplyr,
reshape2,
cowplot,
ggridges,
gridExtra,
plotly,
DT,
shinycustomloader,
data.table,
graph,
igraph,
jsonlite
DevPackage:
cytoscape/cyjShiny
Depends:
R (>= 3.5)
Suggests:
ComplexHeatmap,
knitr,
shiny,
testthat,
rmarkdown
URL: https://github.com/sanderlab/tumorcomparer
VignetteBuilder: knitr
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
biocViews: Software, SystemsBiology, Genetics, CellBiology, Transcriptomics,
Preprocessing, QualityControl
Encoding: UTF-8