-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
25 lines (25 loc) · 945 Bytes
/
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
Package: cytofclean
Type: Package
Title: Automatically Cleans Mass Cytometry (CyTOF) FCS files
Version: 1.0.3
Date: 2021-08-12
Author: JimboMahoney
Maintainer: JimboMahoney <JimboMahoney@Github.com>
Description:
Intended to save time analysing CyTOF files by automating the initial gating steps.
A simple program that takes (normalised) FCS files from a CyTOF v3 (Helios) and automatically gates the data based
on the Gaussian parameters and optimal bead Channel (EQ beads). The resulting files, containing only cells, will be much
smaller and can thus be uploaded to Cytobank more quickly / take up less space or analysed in FlowJo / FCS Express etc.
License: Artistic-2.0
URL: https://github.com/JimboMahoney/cytofclean
BugReports: https://github.com/JimboMahoney/cytofclean/issues
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.4.0),
tcltk2,
flowCore,
ggplot2,
cowplot,
scales,
stats