Description Usage Arguments Examples
Function to generate a QC report for the ITDR or ITTR dataset
1 2 3 4 5 6 7 8 9 10 |
data |
ITDR or ITTR dataset to perform QC analysis |
foldername |
name for the QC result folder |
reportname |
name for the QC report |
nread |
number of reading channels or sample treatements, default value 10 |
simpleAUC |
whether to perform a simple calculation of AUC, default set to TRUE; note it is a bit "tricky" to interpret the AUC value in logarithmic space for most of ITDR data, suggest to just use simpleAUC by default |
PSMcutoff |
whether to apply PSM threshold cutoff on hit selection, default set to TRUE |
PSMthreshold |
the threshold of averaged PSM numbers to consider protein quantification as reliable, default value is 3 |
isdatafitted |
whether the provided data is associated with fitting parameters, i.e., after ms_ITDR_fitting or ms_ITTR_fitting |
1 2 3 4 5 | ## Not run:
ms_IDIT_QC(ITDRdata_fitted)
ms_IDIT_QC(ITDRdata_scaled, isdatafitted=FALSE, foldername="QC1")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.