View source: R/bdg_norm_lmx_multi.R
bdg_norm_lmx_multi | R Documentation |
normalize by adjust samples' value per plate to make that the reference sample among all plates are the same. option to pick using median, max, mean
bdg_norm_lmx_multi(
bridge.str,
data.ls,
round_digits = 3,
between.plate.method = "mean",
from.assay = "default",
save_assay = "normed"
)
bridge.str |
vector of common strings to identify sets of bridging samples |
data.ls |
list of summarizedexperiment objs using read_npx(). normalized assay slot will be added to each of the object in the list. |
round_digits |
digit kept |
save_assay |
name the assay slot for normalized data |
from_assay |
select assay slot to be normalized |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.