normMulGau | R Documentation |
normMulGau
normalizes log2FC
.
normMulGau(
df,
method_align = "MC",
n_comp = NULL,
seed = NULL,
range_log2r = c(0, 100),
range_int = c(0, 100),
filepath = NULL,
col_select = NULL,
cut_points = Inf,
is_prot_lfq = FALSE,
...
)
df |
An input data frame |
method_align |
Character string indicating the method in aligning
|
n_comp |
Integer; the number of Gaussian components to be used with
|
seed |
Integer; a seed for reproducible fitting at |
range_log2r |
Numeric vector at length two. The argument specifies the
range of the |
range_int |
Numeric vector at length two. The argument specifies the
range of the |
filepath |
A file path to output results. By default, it will be
determined automatically by the name of the calling function and the value
of |
col_select |
Character string to a column key in |
cut_points |
A named, numeric vector defines the cut points (knots) in
histograms. The default is |
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 |
... |
|
When executed with mergePep or linkPep2Prn, the method_align
is always MC
. As a result, peptide or protein data are at first
median-centered.
It is then up to standPep or standPep for alternative choices
in method_align
, col_select
etc.
A data frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.