View source: R/tidyMS_aggregation.R
medpolish_estimate | R Documentation |
Compute Tukey's median polish estimate of a protein from peptide or precursor intensities
medpolish_estimate(x, name = FALSE, sampleName = "sampleName")
x |
a matrix |
name |
if TRUE returns the name of the summary column |
data.frame with number of rows equal to number of columns of input matrix.
Other aggregation:
INTERNAL_FUNCTIONS_BY_FAMILY
,
aggregate_intensity_topN()
,
estimate_intensity()
,
intensity_summary_by_hkeys()
,
medpolish_estimate_df()
,
medpolish_estimate_dfconfig()
,
medpolish_protein_estimates()
,
plot_estimate()
,
plot_hierarchies_add_quantline()
,
plot_hierarchies_line()
,
plot_hierarchies_line_df()
,
rlm_estimate()
,
rlm_estimate_dfconfig()
medpolish_estimate(name = TRUE)
gg <- matrix(runif(20),4,5)
rownames(gg) <- paste0("A",1:4)
colnames(gg) <- make.names(1:5)
gg
mx <- medpolish_estimate(gg)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.