-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
87 lines (87 loc) · 2.03 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
Package: cytomarker
Title: Interactive cytometry panel design using single-cell RNA-seq
Version: 0.1.0
Authors@R:
person(given = "Matthew",
family = "Watson",
role = c("aut", "cre"),
email = "[email protected]")
Description: cytomarker is an R Shiny application designed to facilitate interactive cytometry panel design using scRNA-seq data. cytomarker provides a robust statistical method for resolving cell type populations of interest using a multinomial logistic regression model for gene markers of interest. Using cytomarker's data visualization components and extensive collection of configuration options, researchers are able to interactively construct balanced antibody panels with minimal redundancy and high sensitivity to resolving cell type populations in scRNA-seq datasets.
License: `use_mit_license()`, `use_gpl3_license()` or friends to
pick a license
Imports:
tibble,
BiocManager (>= 1.30.19),
nnet,
dplyr,
shiny,
sortable,
readr,
DT,
shinyalert,
viridis,
reactable,
bsplus,
shinyjs,
zip,
plyr,
yaml,
randomcoloR,
pkgload,
inferorg (>= 0.1.0),
magrittr,
Matrix,
annotables (>= 0.1.91),
RColorBrewer,
shinytest2,
tidyr,
htmlwidgets,
shinydashboard,
shinyBS,
stringr,
rlang,
rmarkdown,
lubridate,
htmltools,
fontawesome,
emojifont,
geneBasisR,
waiter,
cicerone,
shinyanimate,
feather,
rdrop2
Suggests:
stringr,
yardstick,
htmltools,
methods,
stats,
gridExtra,
testthat,
tools,
scran,
Seurat,
caret,
scuttle,
scater,
SummarizedExperiment,
SingleCellExperiment,
clustifyr,
zellkonverter,
printr,
ggplot2,
heatmaply,
plotly
Remotes:
github::karthik/rdrop2,
github::MarioniLab/geneBasisR,
github::camlab-bioml/inferorg,
github::stephenturner/annotables,
github::rstudio/[email protected]
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 4.2.2)