View source: R/export.metaFCS.R
| export.metaFCS | R Documentation | 
fcs.SCE objectIt creates a FCS file containing all analysis incorpored to colData(fcs.SCE) as well as the dimensional reduction coordinates calculated.
export.metaFCS(
  fcs.SCE,
  assay.i = "raw",
  output.name = NULL,
  output.folder = getwd(),
  separate.fcs = FALSE,
  output.suffix = "meta"
)
| fcs.SCE | A  | 
| output.name | Name for generated FCS file. If  | 
| output.folder | Name of the folder within store the new generated FCS files. Default =  | 
| separate.fcs | Logical indicating whether FCS must be exporting separatelly or not. Default =  | 
| output.suffix | Suffix to be added to the new generated FCS files. Default =  | 
| dr.object | Object created with  | 
## Not run: 
# option 1: save entire analysis as a single FCS file
export.metaFCS(fcs.SCE = fcs, output.name = "final_analysis")
# option 2: save separatelly each file contained within the fcs.SCE object
export.metaFCS(fcs.SCE = fcs, separate.fcs = T, output.suffix = "meta.final")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.