Description Usage Arguments Value Examples
It tries to merge with pData that is associated with filterList as attribute 'pd'
1 2 |
model |
filterList |
data |
not used |
nPoints |
not used |
... |
not used. |
data.table
1 2 3 4 5 | 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.