Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/getGenerations.R
getGenerations: get percentage of cells for generation in a flowFit model from an object of class proliferationFittingData
generated by the proliferationFitting
function.
1 | getGenerations(object)
|
object |
An object of class |
This function return a list
.
In order to get the percentage of cells for generation as vector you can use th slot
generations
of the proliferationFittingData
(see also examples).
return a list
object
Davide Rambaldi
proliferationFitting
and proliferationFittingData
1 2 3 4 5 6 7 8 9 10 11 | if(require(flowFitExampleData)){
data(QuahAndParish)
parent.fitting.cfse <- parentFitting(QuahAndParish[[1]], "<FITC-A>")
fitting.cfse <- proliferationFitting(QuahAndParish[[2]], "<FITC-A>",
parent.fitting.cfse@parentPeakPosition,
parent.fitting.cfse@parentPeakSize)
generationList <- getGenerations(fitting.cfse)
# to extract a vector of percentage of cells for generation you can use:
fitting.cfse@generations
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.