Description Usage Arguments Value Examples
View source: R/save_faust_pop.R
Save a specified FAUST-identified population to project_path/faustData/fcsData
as an FCS file for all samples gated or just a specified subset.
1 2 3 4 5 6 7 8 |
project_path |
character. FAUST project directory. |
pop |
|
fr_source |
GatingSet or character vector. If a |
sample |
integer vector or character vector. If an integer vector, then it
specifies the indices of the samples for which to save output. If character,
then it specifies the names of the sames to save output for. If |
trans_fn |
function. If supplied, this function is applied to the expression data.
Useful for back-transformation. If |
trans_chnl |
character vector. If specified, |
invisible(TRUE)
. Side effect is the saved FCS file.
1 2 | save_faust_pop(project_path = "", pop = list("CD3" = 2),
gs = gs, sample = 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.