Description Usage Arguments Value
Fit the BayesProt Bayesian Protein-level quantification model
1 2 3 4 5 |
data |
A data.frame of input data as returned by import_ProteinPilot or import_ProteomeDiscoverer. |
data.design |
Optionally, a data.frame created by design and then customised, which specifies assay-level study design, including reference assays, assay info and any covariates for optional differential expression analysis. By default, all assays are set as reference channels, which is appropriate only for label-free studies and fully-blocked iTraq/TMT/SILAC designs. |
norm.func |
A normalisation function or list of functions to run, or NULL (default: median normalisation) |
dea.func |
A differential expression analysis function or list of functions to run, or NULL (default: NULL) |
fdr.func |
A false discovery rate (FDR) correction function or list of functions to run, or NULL (default: ash FDR correction) |
output |
Folder on disk whether all intermediate and output data will be stored; default is |
control |
A control object created with new_control specifying control parameters for the model. |
plot |
Generate all plots |
A bayesprot_fit
object that can be interrogated for various results with protein_quants
,
peptide_deviations
, peptide_stdevs
, feature_stdevs
, de_metafor
and de_mice
. del
deletes all associated files on disk.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.