Description Usage Arguments Value Examples
Relative quantification using MSstats including:
plots
quantifications (log2fc, pvalues, etc)
normalized abundance values
1 2 3 4 5 6 7 | artmsQuantification(
yaml_config_file,
data_object = FALSE,
printPDF = TRUE,
display_msstats = FALSE,
verbose = TRUE
)
|
yaml_config_file |
(char, required) The yaml file name and location |
data_object |
(logical) flag to indicate whether the configuration file
is a string to a file that should be opened or config object (yaml). Default is |
printPDF |
(logical) if |
display_msstats |
(logical) if |
verbose |
(logical) |
The relative quantification of the conditions and comparisons specified in the keys/contrast file resulting from running MSstats, in addition to quality control plots (if selected)
1 2 3 4 | ## Not run:
artmsQuantification(yaml_config_file = "path/to/artms-ab-config.yaml")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.