cyto_details_save | R Documentation |
Save experiment details to csv file
cyto_details_save(x, save_as = NULL)
x |
object of class |
save_as |
name of csv file to which the experiment details shuld be saved. |
write experiment details to named csv file.
Dillon Hammill, Dillon.Hammill@anu.edu.au
## Not run:
library(CytoExploreRData)
# Activation GatingSet
gs <- GatingSet(Activation)
# Modify experiment details manually
cyto_details(gs)$Treatment <- c(
rep("A", 8),
rep("B", 8),
rep("C", 8),
rep("D", 8),
NA
)
# Save experiment details to file
cyto_details_save(gs)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.