Description Usage Arguments Value
View source: R/process.pH.induction.R
This function takes a dataframe produced by merge_flowSet and produces a processed dataframe with induction data; currently requires pre-classification of populations into a column called 'population' Remaining to do: 1. generate calibration curve and convert to pH within function; 2. find a way to change the induction channel name;
1 2 | process.pH.induction(df, cc = FALSE, summarise = FALSE,
ref.strain = "ycgt028", ref.background = "media")
|
df |
The dataframe containing the raw induction data. Identifier column should be called 'exp' and formatted as background data: 'controls_strain_background.fcs'; or induction data: 'timepoint_treatment_fitness_pH.fcs' |
cc |
whether or not to generate a calibration curve and calculate intracellular pH; default is FALSE : CURRENTLY UNAVAILABLE |
ref.strain |
the reference strain; default is "ycgt028" |
ref.background |
the background of the reference strain; default is "media" |
summarize |
function returns either a median-summarised timeseries (TRUE) or unsummarized data (FALSE; default) |
channel |
induction channel name; default is "PEDazzle.A" : CURRENTLY UNAVAILABLE |
processed dataframe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.