fcs_plot | R Documentation |
Plot a traditional flow density plot with the sorted cells and the selected thresholds for the two probes used in 'fcs_processing()'.
fcs_plot(processed_fcs_list = NULL)
processed_fcs_list |
List generated using 'fcs_processing()' containing two data.frames |
Returns a ggplot object with a traditional flow density plot with the sorted cells and the selected thresholds for the two probes used in fcs_processing().
index_sort_data <- fcs_processing(
folder_path = system.file("/extdata/fcs_index_sorting",
package = "scifer"
),
compensation = TRUE, plate_wells = 96,
probe1 = "Pre.F", probe2 = "Post.F",
posvalue_probe1 = 600, posvalue_probe2 = 400
)
fcs_plot_obj <- fcs_plot(index_sort_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.