Description Usage Arguments Value Examples
It extracts events matrices and appends the pData to it so that ggplot can use the pData for facetting.
1 2 3 4 5 6 7 8 9 10 11 12 13 14  | 
model | 
 flowFrame, flowSet or GatingSet  | 
data | 
 not used.  | 
... | 
 not used.  | 
data.table
data.table
data.table
1 2 3 4 5 6 7 8 9 10 11  | dataDir <- system.file("extdata",package="flowWorkspaceData")
gs <- load_gs(list.files(dataDir, pattern = "gs_manual",full = TRUE))
attr(gs, "subset") <- "CD4" #must attach subset information to GatingSet object before foritfying it
fortify(gs)
fs <- gs_pop_get_data(gs, "CD8")
fortify(fs)#fs is a flowSet/ncdfFlowSet
fr <- fs[[1]]
fortify(fr)#fr is a flowFrame
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.