Description Usage Arguments Details Value Examples
This function extracts a named comparision result from an object returned by MSstats::groupComparison()
1 | get.MSstats_gcr(x, label)
|
x |
A group comparision result as generated by |
label |
Name of the comparision (character) to extract from x |
Acessor function for named $ComparisonResult. In case you would like to inpect which comparisions are available use get.comparision.labels
. An empty data.frame is returned if the requested comparision does not exist.
data.frame
1 2 3 | n <- get.comparison.labels(sample.data)
n[1]
get.MSstats_gcr(sample.data, n[1])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.