dblTrim | R Documentation |
dblTrim
doubly trims the log2FC
and reporter-ion intensity by
the given ranges.
dblTrim(
df,
range_log2r = c(0, 100),
range_int = c(0, 100),
type_r = "N_log2_R",
type_int = "N_I"
)
df |
The name of a primary data file. By default, it will be determined
automatically after matching the types of data and analysis with an
|
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 |
type_r |
Character string for recognizing the columns of |
type_int |
Character string for recognizing the columns of |
A data frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.