View source: R/median.values.R
median.values | R Documentation |
It calculates median values according a specfied variable, normaly "filename".
## S3 method for class 'values'
median(fcs.SCE, assay.i = "raw", var = "filename")
fcs.SCE |
A |
assay.i |
Name of matrix stored in the |
var |
Variable for grouping and calculating medians. Default = |
## Not run:
mfis_FCS <- median.values(fcs.SCE = fcs)
med_SOM_clust <- median.values(fcs.SCE = fcs, assay.i = "normalized", var = "SOM_named")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.