knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
Flowmalizr
takes an xls input sheet containing columns listed as groups, total_cell_count_per_mL, live_cells, and phenotypes of interest. these contain a group-replicate,
cell number per mL, live cell count, and cells identified, respectively.
This is used to detemine cells_from_total and percentage of total by (total_cell_count_per_mLcells-of-phenotype/live_cells)100. The output from this
function is a dataframe that can be manipulated for visualization of cell phenotypes
from each group.
The rest of this package uses functions as commands to further interpret and visualize the data.
sep_groups()
unique_pops()
visualize_groups()
group_v_group(groupA, groupB)
flowmalizr()
library(flowmalizr)
path_to_data
path_to_data <- system.file("extdata", "example_data.xlsx", package = "flowmalizr") flowmalizr(path = path_to_data)
sep_groups()
unique_pops()
visualize_groups()
group_v_group(1,3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.