Description Usage Arguments Value Examples
summarizeFeatures
summarizes feature log2-intensities for a PTM site
and returns one summarized value per run. Tukey's median polish is used by
default.
1 | summarizeFeatures(df, method = "tmp")
|
df |
A data frame with columns of |
method |
A string defining the summarization method. Default is
|
A tibble restoring one summarized value per MS run.
1 2 3 4 5 6 | df <- data.frame(
run=c("a", "a", "a", "b", "b"),
feature=c("F1", "F2", "F3", "F1", "F3"),
log2inty=rnorm(5)
)
summarizeFeatures(df, method="tmp")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.