A list
with the CyTOF stimulation assay data.
Format
A list with one tibble
containig CyTOF expression data.
And four character vectors
for arguments in the HDStIM
function.
- chi11$expr_data
A 7,000 X 36
tibble
. Cells are on the rows and variables on the columns. The first 6 columns contain for each cellcluster_id
(fromFlowSOM
clustering),sample_id
(unique for each FSC file),condition
(comparison groups),patient_id
(unique for each subject),stim_type
(labels for types of stimulation assays including the unstim),merging1
(meta culster labels fromConsensusClusterPlus
). The last 30 columns contain thearchsinh
transformed CyTOF expression values for the 30 markers (20 type and 10 state) used in the sitmulation panel.- chi11$type_markers
A character vector with the labels for type markers used in the stimulation panel.
- chi11$state_markers
A character vector with the labels for state markers used in the stimulation panel.
- chi11$cluster_col
A character label of the meta-cluster/cluster ID column in
chi11$expr_dat
tibble.- chi11$stim_label
A character vector with the label(s) for the stimulation types corresponding to the labels in the
stim_type
column inchi11$expr_data
.- chi11$unstim_label
A character label for the unstim cells corresponding to the labels in the
stim_type
column inchi11$expr_data
.