| spline_coefs | R Documentation |
x's positions by spline pointsOnly used with method_align = MC. The values of x's for sample
IDs indicated in label_scheme_fit will be updated for subsequent
adjustment in median centering. The rest of x's stays the same,
corresponding to no further changes in center positions.
spline_coefs(
df,
label_scheme,
label_scheme_fit,
is_prot_lfq = FALSE,
method_align = "MC",
...
)
df |
A data frame. |
label_scheme |
The metadata of label scheme. |
label_scheme_fit |
the subset of |
is_prot_lfq |
Logical; is protein LFQ data or not. About half of the
protein intensity values can be missing with LFQ and imputed with small
values. The typically causes a bimodality in protein log2FC distributions
and need to be handled especially at |
method_align |
Character string indicating the method in aligning
|
... |
Additional parameters, including slice_dots. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.