Description Usage Arguments Value
IMPORTANT: Requires a valid gatingSet with cytokine gates downstream of a parent gate Also expects that pData(gs) contains at least columns: 'name', 'ptid' so we can identify cells later
1 2 |
gs |
a GatingSet object, properly gated data with annotation in its pData |
parentGate |
a |
otherMarkers |
the remaining markers of the data |
markerMap |
named list of marker names to gate names, eg. list("CD4/IL2" = "IL2","CD4/IFNg" = "IFNg") |
swap |
boolean for whether marker and gate names (from markerMap above) should be swapped. Passed onto getSingleCellExpression() |
groupBy |
columns of the |
degreeFilter |
keep cells of this degree and higher, useful when tSNE takes too long to run |
seed |
since tSNE is random, need a random seed so we can reproduce results |
theta |
parameter to be passed to the |
... |
other parameters to be passed to the |
cytokine |
a |
a matrix
of X and Y coordinates
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.