fortify.filterList | R Documentation |
It tries to merge with pData that is associated with filterList as attribute 'pd'
## S3 method for class 'filterList'
fortify(model, data = NULL, nPoints = NULL, ...)
model |
filterList |
data |
not used |
nPoints |
not used |
... |
not used. |
data.table
dataDir <- system.file("extdata",package="flowWorkspaceData")
gs <- load_gs(list.files(dataDir, pattern = "gs_manual",full = TRUE))
gates <- gs_pop_get_gate(gs, "CD4")
gates <- as(gates, "filterList") #must convert list to filterList in order for the method to dispatch properly
fortify(gates)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.