processSummarizationOutput | R Documentation |
Prepare summarizaton output
processSummarizationOutput(
summary_per_cluster,
feature_data,
annotation,
save_weights_history,
save_convergence_history,
tolerance
)
summary_per_cluster |
output of getClusterSummaries |
feature_data |
data.table in MSstatsTMT format. See also the Details section |
annotation |
output of getAnnotation |
save_weights_history |
logical, if TRUE, weights from all iterations will be returned |
save_convergence_history |
logical, if TRUE, all differences between consecutive weights estimator from all iterations will be returned |
tolerance |
tolerance to indicate weights convergence |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.