forked from UMGCCCFCSR/CytometryInR
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPackageWalkthroughs.qmd
More file actions
179 lines (97 loc) · 2.21 KB
/
PackageWalkthroughs.qmd
File metadata and controls
179 lines (97 loc) · 2.21 KB
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
---
title: "Package Walkthroughs"
format: html
toc: TRUE
toc-location: right
sidebar: false
---

<div style="text-align: right;">
[![AGPL-3.0][agpl3-shield]][agpl3]
[![CC BY-SA 4.0][cc-by-sa-shield]][cc-by-sa]
</div>
# Background
The purpose of this page is to host the Vignette writing challenge entries. There are a substantial number of R packages on both Bioconductor and GitHub that we will not be able to get to during the course. My goal for the off-weeks is to have the class assist in navigating through the existing vignettes/articles for each package, and write up a basic .qmd file to help anyone trying to use these packages have a simpler learning curve in doing so than they would have otherwise.
# Bioconductor
## flowCore
## cytolib
## flowWorkspace
## ncdfFlow
## flowViz
## FlowSOM
## ggcyto
## openCyto
## quantiseqr
## flowStats
## CytoML
## CATALYST
## flowAI
## diffcyt
## flowDensity
## flowMeans
## PeacoQC
## flowFP
## flowClean
## flowPeaks
## COMPASS
## SamSPECTRAL
## flowVS
## cydar
## flowMerge
## flowTrans
## distinct
## flowCut
## flowMatch
## flowBeads
## flowTime
## sccomp
## flowCHIC
## flowSpecs
## DepecheR
## treekoR
## flowBin
## MetaCyto
## immunoClust
## scDataviz
## cytoMEM
## flowPloidy
## plotGrouper
## CytoDx
## Sconify
## flowPlots
## GateFinder
## flowGate
## flowGraph
## infinityFlow
## cyanoFilter
## optimalFlow
## CytoGLMM
## scifer
## cytoKernel
## CytoPipeline
## censcyt
## flowCyBar
## reconsi
## MACSQuantifyR
## CytoMDS
## CytoPipelineGUI
## MAPFX
## spillR
## tidyFlowCore
## CyTOFpower
## tidytof
## SuperCellCyto
# GitHub
## autospill
## autospectral
## flowMagic
<div style="text-align: right;">
[![AGPL-3.0][agpl3-image]][agpl3]
[![CC BY-SA 4.0][cc-by-sa-image]][cc-by-sa]
</div>
[cc-by-sa]: http://creativecommons.org/licenses/by-sa/4.0/
[cc-by-sa-image]: https://licensebuttons.net/l/by-sa/4.0/88x31.png
[cc-by-sa-shield]: https://img.shields.io/badge/License-CC%20BY--SA%204.0-lightgrey.svg
[agpl3]: https://www.gnu.org/licenses/agpl-3.0.en.html
[agpl3-image]: https://www.gnu.org/graphics/agplv3-with-text-162x68.png
[agpl3-shield]: https://img.shields.io/badge/license-AGPLv3-blue