R/cyto_plot_profile-methods.R
cyto_plot_profile-GatingSet-method.Rd
Plot Expression Profile in All Fluorescent Channels - GatingSet Method
# S4 method for GatingSet cyto_plot_profile(x, parent = NULL, channels = NULL, axes_trans = NULL, ...)
x | object of class
|
---|---|
parent | name of the population used to construct the plot. |
channels | a vector channels to use to construct the plots, set to all channels by default. |
axes_trans | object of class
|
... | additional arguments passed to
|
#>#>#>#>#># Apply compensation gs <- compensate(gs, fs[[1]]@description$SPILL) # Transform fluorescent channels trans <- estimateLogicle(gs[[4]], cyto_fluor_channels(gs)) gs <- transform(gs, trans) # Gate using gate_draw gt <- Activation_gatingTemplate gating(gt, gs)#>#>#>#>#>#>#>#>#>#>#>#>#>#>#>#>#>#>#>#>#>#>#>#>#>#>#>#>