View source: R/marker.normalization.R
marker.normalization | R Documentation |
It normalizes expression abnormalities within selected markers.
marker.normalization(
fcs.SCE,
assay.i = "transformed",
method,
marker,
new.matrix.name = "normalized"
)
fcs.SCE |
A |
assay.i |
Name of matrix stored in the |
method |
Methodology to perform each marker normalization. Possible values are "gauss" or "warp" (from |
marker |
Marker name(s) to normalize (based on visual inspection with |
new.matrix.name |
New normalized matrix name (it will stored within the |
## Not run:
fcs_gauss <- normalization.flw(fcs.SCE = fcs, method = "gauss",
marker = c("CD62L", "CCR4", "SSC_A"))
fcs_warp <- normalization.flw(fcs.SCE = fcs, method = "warp",
marker = c("CD62L", "CCR4", "SSC_A"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.