View source: R/cytof_postProcess.R
| cytof_clusterMtrx | R Documentation | 
Generate a matrix of expression values for cells in a cluster
cytof_clusterMtrx(analysis_results, clusterMethod = NULL, cluster)
| analysis_results | analysis_results output of cytofkit to extract expression values from. | 
| clusterMethod | The cluster method of interest. If none is selected, the first one will be used. | 
| cluster | The cluster of interest. | 
A data table with marker expression values of cells in a given cluster
 
dir <- system.file('extdata',package='cytofkit2')
file <- list.files(dir ,pattern='.RData$', full=TRUE)
load(file)
cluster2_table <- cytof_clusterMtrx(analysis_results, "Rphenograph", 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.