Description Usage Arguments Value
Store the new dimension transformed data and cluster data into the exprs
matrix in new fcs files under analyzedFCSdir
1 2 | cytof_addToFCS(data, rawFCSdir, analyzedFCSdir, transformed_cols = c("tsne_1",
"tsne_2"), cluster_cols = c("cluster"), inLgclTrans = TRUE)
|
data |
The new data matrix to be added in. |
rawFCSdir |
The directory containing the original fcs files. |
analyzedFCSdir |
The directory to store the new fcs files. |
transformed_cols |
the column name of the dimension transformend data in |
cluster_cols |
the column name of the cluster data in |
inLgclTrans |
Boolean value decides if apply the inverse lgcl transformation to the the cluster data before saving |
new fcs files stored under analyzedFCSdir
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.