Description Usage Arguments Value Slots
View source: R/phytoFilterClass.R
the Debris class
constructor for the DebrisFilter class
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | DebrisFilter(
fullflowframe,
reducedflowframe,
deb_pos,
syn_all_pos,
deb_cut,
ch_chlorophyll,
ch_p2
)
DebrisFilter(
fullflowframe,
reducedflowframe,
deb_pos,
syn_all_pos,
deb_cut,
ch_chlorophyll,
ch_p2
)
|
fullflowframe |
same as the input flowFrame |
reducedflowframe |
a partial flowframe containing non-margin events |
deb_pos |
number of margin particles measured |
syn_all_pos |
number of non-margine particles |
deb_cut |
estimated inflection point between debris and good cells |
ch_chlorophyll |
channel estimating chlorophyll level |
ch_p2 |
plotting channel |
object of class DebrisFilter
fullflowframe
object of class "flowFrame" same as the input flowFrame
reducedflowframe
object of class "flowFrame" a partial flowframe containing a proportion of the measured particles
deb_pos
object of class "numeric" representing the proportion of particles in each cluster
syn_all_pos
object of class "numeric" representing the number of particles in each cluster
deb_cut
object of class "numeric" representing the inflection point between debris and good cells.
ch_chlorophyll
objet of class "character" representing the chlorophyll channel.
ch_p2
object of class character to plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.