bdg_norm_lmx | 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(
bridge.ls,
data.ls,
between.plate.method = "max",
round_digits = 3,
from_assay = "default",
save_assay = "normed"
)
bridge.ls |
list of bridge.summarizedexperiment objs using pull_bdg() |
data.ls |
list of summarizedexperiment objs using read_npx(). normalized assay slot will be added to each of the object in the list. |
between.plate.method |
method to set the inter plate reference value of bridging samples using max can garantee no negative value of the normalized data |
round_digits |
digit kept |
from_assay |
select assay slot to be normalized |
save_assay |
name the assay slot for normalized data |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.