forked from OzetteTech/cytoverse-bioc-2023
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
52 lines (52 loc) · 2.18 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
Package: CytoverseBioc2023
Title: Reproducible and programmatic analysis of flow cytometry experiments with the cytoverse
Version: 0.0.0.9008
Authors@R:
c(person(given = "Andrew",
family = "McDavid",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Arpan",
family = "Neupane",
role = c("aut"),
email = "[email protected]"))
Description: Multi-dimensional flow cytometry remains the gold standard for assessing the presence and abundance of cellular subpopulations in basic science and clinical and translational studies.
There is increasing recognition of the importance of replacing ad-hoc GUI tools with automated and programmable workflows.
For several years, Bioconductor has hosted the cytoverse: a set of interoperable packages, including flowCore, flowWorkspace, opencyto, ggcyto, cytoqc and others, which all facilitate programmatic flow cytometry analysis in R.
Here we provide an overview of these packages in the context of re-analyzing a publicly available data set.
At the end of the workshop, attendees will be able to i) import flow cytometry data, ii) understand the difference between uncompensated, compensated, and transformed data, iii) identify and generate important plots to assess data quality, iv) identify subpopulations by manually or semi-automated gating of markers, v) generate plots summarizing the expression of markers and abundance of various subpopulations.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends:
Biobase,
flowWorkspace,
flowCore,
ggcyto,
openCyto,
Imports:
pheatmap,
gridExtra,
flowStats,
BiocFileCache,
withr,
utils,
stringr,
dplyr
Suggests:
knitr,
rmarkdown,
pkgdown,
testthat (>= 3.0.0),
spelling,
flowWorkspaceData,
data.table,
tidyr,
magrittr
URL: https://cdn.ozetteai.com/cytoverse-bioc-2023/index.html
BugReports: https://github.com/OzetteTech/cytoverse-bioc-2023/issues/new/choose
VignetteBuilder: knitr
DockerImage: ghcr.io/ozettetech/cytoverse-bioc-2023:latest
Config/testthat/edition: 3